We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd4aac2 + 4dbb0e6 commit 68c2ccbCopy full SHA for 68c2ccb
codecov.yml
@@ -4,7 +4,6 @@ comment:
4
behavior: default
5
layout: "reach, diff, flags, files"
6
7
-
8
ignore:
9
- "**/test_*"
10
- "**/*_test.*"
@@ -19,7 +18,11 @@ coverage:
19
18
round: down
20
status:
21
project: no
22
- patch: yes
23
- 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%
24
+ threshold: 2% # Allow the coverage to drop by X%, and posting a success status.
25
+ base: auto
26
+ changes: no # Codecov will detect changes in coverage that are NOT included in the commit/pull diff
27
github_checks:
- annotations: true
28
+ annotations: true
0 commit comments