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

Make codecov a bit more tolerant about diffs #66

Merged
merged 2 commits into from
Dec 10, 2023
Merged

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Dec 10, 2023

Codecov defaults to being extremely strict about coverage changes. Since some areas of the codebase are extremely hard to test (e.g. various openssl functions returning false), some PRs are getting red-flagged unnecessarily. This aims to tone things down bit.

Copy link

codecov bot commented Dec 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ba0145b) 85.11% compared to head (8e4b4d8) 85.11%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #66   +/-   ##
=========================================
  Coverage     85.11%   85.11%           
  Complexity      270      270           
=========================================
  Files            27       27           
  Lines           860      860           
=========================================
  Hits            732      732           
  Misses          128      128           

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

@Firehed Firehed marked this pull request as ready for review December 10, 2023 18:57
@Firehed Firehed merged commit 1e07281 into main Dec 10, 2023
10 checks passed
@Firehed Firehed deleted the codecov-config branch December 10, 2023 18:57
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