Skip to content

Use python 3.9 for coverage #823

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

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Use python 3.9 for coverage #823

merged 1 commit into from
Jul 12, 2021

Conversation

nezhar
Copy link
Contributor

@nezhar nezhar commented Jul 12, 2021

Move coverage pipeline from PyPy (which currently implements Python 3.6) to CPython with Python 3.9.

@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #823 (8745243) into main (61382d7) will increase coverage by 0.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #823      +/-   ##
==========================================
+ Coverage   96.08%   96.34%   +0.25%     
==========================================
  Files          18       18              
  Lines        2706     2733      +27     
  Branches      308      308              
==========================================
+ Hits         2600     2633      +33     
+ Misses         86       80       -6     
  Partials       20       20              
Impacted Files Coverage Δ
jsonschema/_format.py 83.57% <ø> (+5.18%) ⬆️
jsonschema/__init__.py 77.77% <0.00%> (-22.23%) ⬇️
jsonschema/tests/test_jsonschema_test_suite.py 85.00% <0.00%> (-2.50%) ⬇️
jsonschema/tests/_helpers.py 100.00% <0.00%> (ø)
jsonschema/tests/test_cli.py 99.19% <0.00%> (+<0.01%) ⬆️
jsonschema/tests/test_validators.py 98.61% <0.00%> (+<0.01%) ⬆️
jsonschema/cli.py 97.01% <0.00%> (+0.02%) ⬆️
jsonschema/tests/_suite.py 91.66% <0.00%> (+0.10%) ⬆️
jsonschema/exceptions.py 96.50% <0.00%> (+0.12%) ⬆️
jsonschema/validators.py 94.58% <0.00%> (+0.13%) ⬆️
... and 1 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 61382d7...8745243. Read the comment docs.

@Julian
Copy link
Member

Julian commented Jul 12, 2021

Thanks again!

@Julian Julian merged commit c08bafd into python-jsonschema:main Jul 12, 2021
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.

2 participants