Skip to content

Commit a2b92ab

Browse files
committed
codecov: Reduce precision from 1 to 0, round down
PRs keep getting red flags due -0.1% diff change. Since we are already at a high coverage, this happens frequently. Round down, since this is the default.
1 parent d4719e4 commit a2b92ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# See default values: https://docs.codecov.io/docs/codecov-yaml#default-yaml
1+
# https://docs.codecov.com/docs/codecov-yaml#default-yaml
22
coverage:
3-
precision: 1 # Default: 2
4-
round: up # Default: down
3+
precision: 0 # Default: 2
4+
round: down # Default: down
55
range: "80...100" # Default: 70...100

0 commit comments

Comments
 (0)