We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447f690 commit 14a1460Copy full SHA for 14a1460
1 file changed
.github/.codecov.yml
@@ -1,3 +1,6 @@
1
+codecov:
2
+ allow_coverage_offsets: true # Avoid "Missing base report" due to committing with "[CI skip]"
3
+
4
comment:
5
require_changes: true
6
layout: "diff, files"
@@ -7,5 +10,5 @@ coverage:
7
10
project:
8
11
default:
9
12
target: auto
- threshold: 1%
13
+ threshold: 0.5%
14
patch: off
0 commit comments