Skip to content

Commit 42469ad

Browse files
authored
Disable codecov comments (#19472)
This PR disables codecov comments on PRs. We do not act on this data and it has been considered a small nuisance by several RAPIDS libraries. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - https://github.com/jakirkham - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #19472
1 parent 3422be4 commit 42469ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Configuration File for CodeCov
1+
# Configuration File for CodeCov
2+
comment: false
23
coverage:
34
status:
45
project: off
@@ -7,6 +8,5 @@ coverage:
78
target: auto
89
threshold: 5%
910
informational: true # The coverage will always pass
10-
1111
github_checks:
1212
annotations: true

0 commit comments

Comments
 (0)