Skip to content

Commit e5a27fc

Browse files
authored
1356 Allow threshold for code coverage (#1357)
1 parent 5033704 commit e5a27fc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

codecov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# MEmilio configuration for Codecov.io coverage reports
2+
3+
# Allow tiny, non-deterministic coverage fluctuations (<= 0.1 percentage points)
4+
# caused by RNG/parallel execution to not fail CI.
5+
coverage:
6+
status:
7+
project:
8+
default:
9+
target: auto
10+
threshold: 0.1%
11+
patch:
12+
default:
13+
target: auto
14+
threshold: 0.1%

0 commit comments

Comments
 (0)