Update Codecov config to be less strict#3249
Merged
sfeilmeier merged 1 commit intoOpenEMS:developfrom Jul 25, 2025
Merged
Conversation
Contributor
da-Kai
commented
Jul 24, 2025
- Never fail on develop and main
- Be less strict
Increased patch coverage threshold from 0% to 10% and added '!main' and '!develop' to branch exclusions for both coverage and patch sections. Also excluded 'develop' branch in component management to align coverage reporting with main development branches.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Codecov configuration to be less strict with coverage requirements by excluding main and develop branches from certain coverage checks and adjusting thresholds.
- Excludes main and develop branches from coverage target and patch checks to prevent CI failures
- Increases patch coverage threshold from 0% to 10% for other branches
- Adds develop branch exclusion to existing component management configuration
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## develop #3249 +/- ##
=============================================
+ Coverage 59.35% 59.40% +0.05%
Complexity 139 139
=============================================
Files 2701 2701
Lines 117464 117464
Branches 8719 8719
=============================================
+ Hits 69710 69767 +57
+ Misses 45138 45070 -68
- Partials 2616 2627 +11 🚀 New features to boost your workflow:
|
sfeilmeier
approved these changes
Jul 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.