summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-12-06 07:52:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-12-06 08:25:13 -0500
commitc3263d5ebbb6a4f4bd92b4cfb6b1c46e8c09fde1 (patch)
tree96ee0c23f1c1c1ec060dff7a7b9ed45a305318a8
parent551949f426b8ef292df5e6d4caf9d9d038a92634 (diff)
downloadpython-coveragepy-git-c3263d5ebbb6a4f4bd92b4cfb6b1c46e8c09fde1.tar.gz
Configuration for codecov
I'm not sure I can get along with codecov, but this could help.
-rw-r--r--.github/codecov.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
new file mode 100644
index 00000000..167a6c11
--- /dev/null
+++ b/.github/codecov.yml
@@ -0,0 +1,17 @@
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
+
+coverage:
+ status:
+ # Codecov shouldn't put red x's on pull requests
+ # https://docs.codecov.io/docs/common-recipe-list#set-non-blocking-status-checks
+ project:
+ default:
+ informational: true
+ patch:
+ default:
+ informational: true
+
+comment:
+ layout: diff, files
+ behavior: new