diff options
author | Thomas Lively <tlively@google.com> | 2023-08-10 11:27:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 11:27:57 -0700 |
commit | 616c08bc1ec604a822d354cbb0353b7994cec72d (patch) | |
tree | b259241642226427362b4684ff4c85c1b7583d34 /.github/codecov.yml | |
parent | fb7d645748084be0f9e04e003083191a3e21371a (diff) | |
download | binaryen-616c08bc1ec604a822d354cbb0353b7994cec72d.tar.gz binaryen-616c08bc1ec604a822d354cbb0353b7994cec72d.tar.bz2 binaryen-616c08bc1ec604a822d354cbb0353b7994cec72d.zip |
Disable inline CodeCov annotations (#5872)
While useful these annotations in the GitHub code review UI, are also extremely
intrusive and make reading code under review harder.
Diffstat (limited to '.github/codecov.yml')
-rw-r--r-- | .github/codecov.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index d08101fc8..35afe076b 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -3,3 +3,6 @@ coverage: project: default: informational: true + +github_checks: + annotations: false |