We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94714b commit 60e2b28Copy full SHA for 60e2b28
1 file changed
.codecov.yml codecov.yml.codecov.yml renamed to codecov.yml
@@ -1,6 +1,5 @@
1
codecov:
2
- notify:
3
- require_ci_to_pass: no
+ require_ci_to_pass: no
4
# main should be the baseline for reporting
5
branch: main
6
@@ -24,3 +23,6 @@ coverage:
24
23
# and let codecov.io set the goal for the code changed in the patch.
25
target: auto
26
threshold: 5
+
27
+fixes:
28
+ - '\d+\.\d+\.\d+\/::source/' # move path "X.Y.Z/" => "source/"
0 commit comments