Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To py3 #266

Merged
merged 33 commits into from
Jan 17, 2021
Merged

To py3 #266

merged 33 commits into from
Jan 17, 2021

Conversation

ppizarror
Copy link
Owner

@codecov
Copy link

codecov bot commented Jan 16, 2021

Codecov Report

Merging #266 (7d5fba8) into master (4caceec) will increase coverage by 0.42%.
The diff coverage is 96.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
+ Coverage   88.18%   88.60%   +0.42%     
==========================================
  Files          45       44       -1     
  Lines        5474     5898     +424     
==========================================
+ Hits         4827     5226     +399     
- Misses        647      672      +25     
Impacted Files Coverage Δ
pygame_menu/__init__.py 100.00% <ø> (ø)
pygame_menu/widgets/core/__init__.py 100.00% <ø> (ø)
pygame_menu/widgets/selection/__init__.py 100.00% <ø> (ø)
pygame_menu/widgets/widget/__init__.py 100.00% <ø> (ø)
pygame_menu/widgets/selection/highlight.py 94.44% <83.33%> (-5.56%) ⬇️
pygame_menu/widgets/selection/left_arrow.py 94.73% <85.71%> (-5.27%) ⬇️
pygame_menu/widgets/selection/none.py 90.90% <85.71%> (-9.10%) ⬇️
pygame_menu/widgets/selection/right_arrow.py 94.73% <85.71%> (-5.27%) ⬇️
pygame_menu/examples/multi_input.py 84.52% <91.66%> (-1.20%) ⬇️
pygame_menu/widgets/widget/textinput.py 75.38% <91.71%> (+1.55%) ⬆️
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4caceec...7d5fba8. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Jan 16, 2021

This pull request introduces 2 alerts when merging f49bc51 into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import
  • 1 for Redundant assignment

@lgtm-com
Copy link

lgtm-com bot commented Jan 16, 2021

This pull request introduces 1 alert when merging 2dd959d into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jan 16, 2021

This pull request introduces 1 alert when merging 888934e into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jan 16, 2021

This pull request introduces 1 alert when merging fe26f16 into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jan 17, 2021

This pull request introduces 1 alert when merging 2e3bdae into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jan 17, 2021

This pull request introduces 1 alert when merging ce37e93 into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jan 17, 2021

This pull request introduces 1 alert when merging b2e99ee into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@lgtm-com
Copy link

lgtm-com bot commented Jan 17, 2021

This pull request introduces 1 alert when merging 7d5fba8 into 4caceec - view on LGTM.com

new alerts:

  • 1 for Unused import

@ppizarror ppizarror merged commit 830c442 into master Jan 17, 2021
@ppizarror ppizarror deleted the to-py3 branch January 17, 2021 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pygame-menu doesn't see font after compiling using pyinstaller
1 participant