summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2023-08-08 11:37:41 -0400
committerGitHub <noreply@github.com>2023-08-08 08:37:41 -0700
commitd26d2146c3f58116d4ae7751e3bbfffeb1455412 (patch)
tree49db36eff55a97a8d82fd8d5c865446c8dce6ac1
parentdf45e68deb5e7217725addd67165d1f7acf55f68 (diff)
downloadbinaryen-d26d2146c3f58116d4ae7751e3bbfffeb1455412.tar.gz
binaryen-d26d2146c3f58116d4ae7751e3bbfffeb1455412.tar.bz2
binaryen-d26d2146c3f58116d4ae7751e3bbfffeb1455412.zip
Configure CodeCov to be informational only (#5863)
Add a codecov.yml file configuring CodeCov to be in informational mode, meaning that it will never report a failure.
-rw-r--r--.github/codecov.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
new file mode 100644
index 000000000..d08101fc8
--- /dev/null
+++ b/.github/codecov.yml
@@ -0,0 +1,5 @@
+coverage:
+ status:
+ project:
+ default:
+ informational: true