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

No coverage by default #499

Merged
merged 11 commits into from
Oct 25, 2023
Merged

No coverage by default #499

merged 11 commits into from
Oct 25, 2023

Conversation

brynpickering
Copy link
Member

Fixes issue #498

Summary of changes in this pull request:

  • Pin pandas < 2.1
  • pytest does not collect coverage by default

Reviewer checklist:

  • Test(s) added to cover contribution
  • Documentation updated
  • Changelog updated
  • Coverage maintained or improved

@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

Merging #499 (afe27f7) into main (cbed4c8) will decrease coverage by 2.79%.
Report is 10 commits behind head on main.
The diff coverage is 95.66%.

@@            Coverage Diff             @@
##             main     #499      +/-   ##
==========================================
- Coverage   94.98%   92.20%   -2.79%     
==========================================
  Files          31       32       +1     
  Lines        3890     4016     +126     
  Branches        0      957     +957     
==========================================
+ Hits         3695     3703       +8     
- Misses        195      198       +3     
- Partials        0      115     +115     
Files Coverage Δ
src/calliope/__init__.py 100.00% <ø> (ø)
src/calliope/_version.py 100.00% <ø> (ø)
src/calliope/backend/helper_functions.py 99.35% <ø> (ø)
src/calliope/backend/where_parser.py 98.55% <100.00%> (ø)
src/calliope/cli.py 81.67% <100.00%> (ø)
src/calliope/core/__init__.py 100.00% <ø> (ø)
src/calliope/core/attrdict.py 99.50% <ø> (ø)
src/calliope/core/io.py 91.75% <100.00%> (ø)
src/calliope/core/model.py 94.05% <100.00%> (ø)
src/calliope/core/util/generate_runs.py 87.09% <ø> (ø)
... and 22 more

sjpfenninger
sjpfenninger previously approved these changes Oct 25, 2023
@brynpickering brynpickering merged commit eb75c2a into main Oct 25, 2023
6 of 7 checks passed
@brynpickering brynpickering deleted the update-coverage-pytest branch October 25, 2023 14:25
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