Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 4d21798

Browse files
committed
Update CodeCov configuration to be always green/successful
1 parent 4023042 commit 4d21798

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.codecov.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
# https://github.com/codecov/support/blob/master/codecov.yml
1+
# Documentation: https://docs.codecov.io/docs/codecov-yaml
2+
23
codecov:
4+
notify:
5+
after_n_builds: 1 # send notifications after the first upload
36
bot: dlang-bot
47

58
coverage:
6-
precision: 2
9+
precision: 3
710
round: down
8-
range: 70...100
11+
range: "70...100"
912

13+
# Learn more at https://docs.codecov.io/docs/commit-status
1014
status:
11-
# Learn more at https://codecov.io/docs#yaml_default_commit_status
12-
project: false
13-
patch: false
14-
changes: false
15+
project:
16+
default:
17+
informational: true
18+
# Informational doesn't work with project yet
19+
threshold: 0.1
20+
patch:
21+
default:
22+
informational: true
23+
changes:
24+
default:
25+
informational: true
1526

1627
notify:
1728
webhook:

0 commit comments

Comments
 (0)