diff options
author | Thomas Lively <tlively@google.com> | 2023-08-08 11:37:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 08:37:41 -0700 |
commit | d26d2146c3f58116d4ae7751e3bbfffeb1455412 (patch) | |
tree | 49db36eff55a97a8d82fd8d5c865446c8dce6ac1 | |
parent | df45e68deb5e7217725addd67165d1f7acf55f68 (diff) | |
download | binaryen-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.yml | 5 |
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 |