Skip to content

Commit

Permalink
fix: codecov.yml file with patch reporting (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusVorwald authored Sep 25, 2022
2 parents fd4aac2 + 4dbb0e6 commit 68c2ccb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ comment:
behavior: default
layout: "reach, diff, flags, files"


ignore:
- "**/test_*"
- "**/*_test.*"
Expand All @@ -19,7 +18,11 @@ coverage:
round: down
status:
project: no
patch: yes
changes: yes
patch: # patch status only measures lines adjusted in the pull request or single commit
default:
target: 80% # target of an exact coverage number such as 75% or 100%
threshold: 2% # Allow the coverage to drop by X%, and posting a success status.
base: auto
changes: no # Codecov will detect changes in coverage that are NOT included in the commit/pull diff
github_checks:
annotations: true
annotations: true

0 comments on commit 68c2ccb

Please sign in to comment.