diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-10 12:39:43 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-10 13:04:59 -0500 |
commit | 69573662dab1203009075bca655eadf088aeda78 (patch) | |
tree | 40ce994e756237c4c9aad60d22ca604a71756d5a | |
parent | 07ac031c24f8133b917a3946349e468182730ad6 (diff) | |
download | python-coveragepy-git-69573662dab1203009075bca655eadf088aeda78.tar.gz |
I don't understand the codecov comments, so turn them off
-rw-r--r-- | .github/codecov.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index 167a6c11..dc6cc4cb 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -12,6 +12,4 @@ coverage: default: informational: true -comment: - layout: diff, files - behavior: new +comment: false |