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

Measure test coverage of exceptions #7823

Merged
merged 3 commits into from
Aug 1, 2023
Merged

Conversation

akihironitta
Copy link
Member

@akihironitta akihironitta commented Jul 31, 2023

Part of #6528.

IMO, exceptions are also part of the public API so we should measure the test coverage over them, but feel free to close this PR if you think otherwise ;)

@akihironitta akihironitta self-assigned this Jul 31, 2023
pyproject.toml Show resolved Hide resolved
Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree (except for raise NotImplementedErors)

@rusty1s rusty1s enabled auto-merge (squash) August 1, 2023 08:08
@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #7823 (74fe7cc) into master (1199597) will decrease coverage by 2.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7823      +/-   ##
==========================================
- Coverage   91.94%   89.82%   -2.13%     
==========================================
  Files         455      455              
  Lines       25673    26327     +654     
==========================================
+ Hits        23605    23647      +42     
- Misses       2068     2680     +612     

see 154 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s merged commit b7e2c61 into master Aug 1, 2023
16 checks passed
@rusty1s rusty1s deleted the test/measure-exceptions branch August 1, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants