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

Commit efafd50

Browse files
committed
Disable Codecov status messages
Due to many random coverage changes, the current CodeCov is suboptimal at Druntime as it triggers many red crosses for perfectly healthy PRs. As there's no way to configure CodeCov nor GitHub to change the behavior to _not_ showing an overall failed status for coverage failures, the simple solution is to turn the CodeCov status notifications off. However, in the future the Dlang-Bot might display the CodeCov summary as part of his comment. Furthermore, the CodeCov commits will continue to get logged at [1], a summary coverage for each file on e.g. master can always be found at [2] and the CodeCov browser extension [3] will be working as well. [1] https://codecov.io/gh/dlang/druntime [2] https://codecov.io/gh/dlang/druntime/list/master [3] https://github.com/codecov/browser-extension
1 parent 4988cc3 commit efafd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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

1616
comment: false

0 commit comments

Comments
 (0)