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

Commit c2c1abc

Browse files
authored
Merge pull request #1874 from wilzbach/disable-codecov
Disable Codecov status messages merged-on-behalf-of: Sebastian Wilzbach <[email protected]>
2 parents 4988cc3 + 2945c19 commit c2c1abc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.codecov.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ coverage:
99

1010
status:
1111
# Learn more at https://codecov.io/docs#yaml_default_commit_status
12-
project: true
13-
patch: true
12+
project: false
13+
patch: false
1414
changes: false
1515

16+
notify:
17+
webhook:
18+
default:
19+
url: "https://dlang-bot.herokuapp.com/codecov_hook"
20+
1621
comment: false

0 commit comments

Comments
 (0)