Skip to content

Commit 6056c5a

Browse files
committed
test codecov conf in root directory
1 parent e663f0b commit 6056c5a

File tree

2 files changed

+9
-50
lines changed

2 files changed

+9
-50
lines changed

.codecov.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,26 @@ coverage:
1212
default:
1313

1414
# The minimum required coverage value for the project
15-
target: 80%
15+
target: 90%
1616

1717
# The allowed coverage decrease before failing the status check
1818
threshold: 0%
1919

20+
# Code coverage check behaviour if the CI fails
21+
if_ci_failed: error
22+
23+
# Whether to run coverage checks only on pull requests
24+
only_pulls: false
25+
2026
# Patch-level coverage settings
2127
patch:
2228

2329
default:
2430

2531
target: 80%
2632
threshold: 0%
33+
if_ci_failed: error
34+
only_pulls: false
2735

2836
# Ignore files or packages matching their paths
2937
ignore:

.github/codecov.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)