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

Add codecov exclude_lines configuration #1995

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

ringohoffman
Copy link
Contributor

@ringohoffman ringohoffman commented Nov 24, 2023

Describe your changes

Configure exclude_lines for Codecov. There are certain lines that shouldn't affect code velocity of a PR.

See: nedbat/coveragepy#831 (comment)

Apparently this isn't configurable through codecov.yml 🙈 : codecov/codecov-python#107 (comment)

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

I opened this because I noticed this issue was affecting an existing PR: #1818 (comment)

Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a6f9991) 85.81% compared to head (da42bfa) 86.13%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1995      +/-   ##
==========================================
+ Coverage   85.81%   86.13%   +0.31%     
==========================================
  Files         313      313              
  Lines       23299    23074     -225     
  Branches     3530     3453      -77     
==========================================
- Hits        19995    19874     -121     
+ Misses       2701     2611      -90     
+ Partials      603      589      -14     

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

@eapolinario eapolinario merged commit 690650c into flyteorg:master Nov 27, 2023
76 checks passed
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.

3 participants