We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a1598 commit 8b9489aCopy full SHA for 8b9489a
codecov.yml
@@ -2,3 +2,14 @@ fixes:
2
# Remap from npm-installed ts-node to root of project
3
# This can take the place of ./scripts/rewrite-coverage-paths.js
4
- "tests/node_modules/ts-node/::"
5
+
6
+coverage:
7
+ status:
8
+ patch:
9
+ default:
10
+ # Do not fail when `patch` coverage is low. When this fails, it is misleading and not necessarily bad.
11
+ # For example if a patch changes 2 lines, and only one is covered, then patch coverage is 50%.
12
+ target: 0%
13
+ project:
14
15
+ threshold: 1%
0 commit comments