Skip to content

Capture warnings. #263

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 13 commits into from
Apr 27, 2022
Merged

Capture warnings. #263

merged 13 commits into from
Apr 27, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Apr 23, 2022

Changes

Closes #249.

@tobiasraabe tobiasraabe added this to the v0.2.1 milestone Apr 23, 2022
@codecov
Copy link

codecov bot commented Apr 23, 2022

Codecov Report

Merging #263 (5e681ce) into main (9d23167) will decrease coverage by 0.25%.
The diff coverage is 88.12%.

❗ Current head 5e681ce differs from pull request most recent head c68e985. Consider uploading reports for the commit c68e985 to get more accurate results

@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
- Coverage   96.76%   96.50%   -0.26%     
==========================================
  Files          85       88       +3     
  Lines        7287     7500     +213     
==========================================
+ Hits         7051     7238     +187     
- Misses        236      262      +26     
Flag Coverage Δ
end_to_end 82.40% <59.36%> (-0.71%) ⬇️
integration 41.45% <37.89%> (-0.08%) ⬇️
unit 69.45% <85.38%> (+0.68%) ⬆️

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

Impacted Files Coverage Δ
src/_pytask/warnings.py 82.31% <82.31%> (ø)
src/_pytask/cli.py 98.66% <100.00%> (+0.03%) ⬆️
src/_pytask/session.py 94.28% <100.00%> (+0.34%) ⬆️
src/_pytask/warnings_utils.py 100.00% <100.00%> (ø)
tests/test_mark.py 100.00% <100.00%> (ø)
tests/test_warnings.py 100.00% <100.00%> (ø)

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 9d23167...c68e985. Read the comment docs.

@tobiasraabe tobiasraabe merged commit 58d8969 into main Apr 27, 2022
@tobiasraabe tobiasraabe deleted the capture-warnings branch April 27, 2022 19:14
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.

ENH: Capture warnings.
1 participant