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

Better coverage config #200

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Better coverage config #200

merged 1 commit into from
Nov 27, 2023

Conversation

jwodder
Copy link
Contributor

@jwodder jwodder commented Nov 23, 2023

  • Moves the coverage configuration from .coveragerc to tox.ini, next to the rest of the testing configuration

  • Corrects the coverage configuration by removing the include key (ignored when source is set), thereby eliminating a warning

  • Eliminates the cover testenv in favor of always using pytest-cov in the default testenv

- Moves the coverage configuration from `.coveragerc` to `tox.ini`, next to the
  rest of the testing configuration

- Corrects the coverage configuration by removing the `include` key (ignored
  when `source` is set), thereby eliminating a warning

- Eliminates the `cover` testenv in favor of always using `pytest-cov` in the
  default testenv
@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d832043) 81.00% compared to head (dc16aaf) 81.04%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
+ Coverage   81.00%   81.04%   +0.03%     
==========================================
  Files          47       47              
  Lines        2517     2517              
  Branches      365      365              
==========================================
+ Hits         2039     2040       +1     
+ Misses        383      382       -1     
  Partials       95       95              
Flag Coverage Δ
unittests 80.88% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yarikoptic yarikoptic merged commit dc0d97d into duecredit:master Nov 27, 2023
14 checks passed
@jwodder jwodder deleted the cov-cfg branch November 28, 2023 14:18
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.

None yet

3 participants