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

chore[ci]: update coverage exclusion rules #4459

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

charles-cooper
Copy link
Member

improve coverage by updating coverage exclusion rules to exclude statements/branches we don't expect to hit at runtime (like panics or type checking)

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

improve coverage by updating coverage exclusion rules to exclude
statements/branches we don't expect to hit at runtime (like panics or
type checking)
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 94.11765% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.80%. Comparing base (762eec6) to head (5dd4861).

Files with missing lines Patch % Lines
vyper/codegen/core.py 93.33% 1 Missing ⚠️
vyper/codegen/ir_node.py 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4459      +/-   ##
==========================================
+ Coverage   92.09%   92.80%   +0.70%     
==========================================
  Files         119      119              
  Lines       16931    16765     -166     
  Branches     2865     2789      -76     
==========================================
- Hits        15593    15559      -34     
+ Misses        919      841      -78     
+ Partials      419      365      -54     

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

@charles-cooper charles-cooper changed the title chore[tool]: update coverage exclusion rules chore[ci]: update coverage exclusion rules Jan 21, 2025
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