Skip to content

Commit

Permalink
chore: disable CodeCov comments (#2851)
Browse files Browse the repository at this point in the history
During Thursday sync, we agreed to try disabling the CodeCov comments on
PRs b/c they can be noisy. Note: the code coverage on PRs still gets
uploaded to CodeCov via `make test-coverage`

Ref: https://docs.codecov.com/docs/pull-request-comments#disable-comment

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated configuration to disable automated comments from the code
coverage tool.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
rootulp authored Nov 20, 2023
1 parent c6bfe19 commit c6554f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: false

0 comments on commit c6554f1

Please sign in to comment.