summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2018-11-26 18:58:39 +0330
committerGitHub <noreply@github.com>2018-11-26 18:58:39 +0330
commit1042d9fbc05aff9d51f15c2824a8521e963d0acd (patch)
tree8e5caf9152f4d190f18f8f9573f159200745355a
parent97eaedca5de76c74534bab41562aee130098558a (diff)
[ci] Add .codecov.yml
Similar to https://github.com/GoogleChrome/lighthouse/blob/master/.codecov.yml No strong preference on commenting, feel free to enable it again
-rw-r--r--.codecov.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 00000000..e9b8ab48
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,7 @@
+comment: off
+
+coverage:
+ status:
+ project:
+ default:
+ threshold: 1%