Skip to content

Add .coveragerc and improve coverage. #213

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 5 commits into from
Feb 1, 2022
Merged

Add .coveragerc and improve coverage. #213

merged 5 commits into from
Feb 1, 2022

Conversation

tobiasraabe
Copy link
Member

Changes

Provide a description and/or bullet points to describe the changes in this PR.

Todo

  • Reference issues which can be closed due to this PR with "Closes #x".
  • Review whether the documentation needs to be updated.
  • Document PR in docs/changes.rst.

@codecov
Copy link

codecov bot commented Feb 1, 2022

Codecov Report

Merging #213 (0404d53) into main (3165454) will increase coverage by 1.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
+ Coverage   92.96%   94.13%   +1.17%     
==========================================
  Files          75       75              
  Lines        6833     6600     -233     
==========================================
- Hits         6352     6213     -139     
+ Misses        481      387      -94     
Flag Coverage Δ
end_to_end 79.57% <71.42%> (+0.85%) ⬆️
integration 41.68% <42.85%> (-0.16%) ⬇️
unit 70.57% <71.42%> (+0.50%) ⬆️

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

Impacted Files Coverage Δ
src/_pytask/profile.py 92.00% <ø> (+5.55%) ⬆️
tests/test_profile.py 100.00% <100.00%> (ø)
src/_pytask/debugging.py 32.08% <0.00%> (-0.30%) ⬇️
src/_pytask/shared.py 95.45% <0.00%> (-0.07%) ⬇️
tests/test_live.py 100.00% <0.00%> (ø)
src/_pytask/parametrize.py 100.00% <0.00%> (ø)
tests/test_mark_expression.py 100.00% <0.00%> (ø)
src/_pytask/resolve_dependencies.py 100.00% <0.00%> (ø)
src/_pytask/clean.py 91.17% <0.00%> (+0.59%) ⬆️
src/_pytask/mark/__init__.py 97.12% <0.00%> (+0.66%) ⬆️
... and 23 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 3165454...0404d53. Read the comment docs.

@tobiasraabe tobiasraabe merged commit fb432e5 into main Feb 1, 2022
@tobiasraabe tobiasraabe deleted the improve-coverage branch February 1, 2022 23:37
@tobiasraabe tobiasraabe added this to the v0.1.8 milestone Feb 5, 2022
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.

1 participant