Skip to content

Commit

Permalink
Disable Codecov Check Run Annotations (#2537)
Browse files Browse the repository at this point in the history
Disables check run annotations for codecov in the codecov.yml. This should prevent the ''X line not covered by tests'' annotations in PRs .

Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
  • Loading branch information
3 people authored Apr 4, 2024
1 parent 539412c commit 0683552
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ coverage:
ignore:
- "tests"
- "sentry_sdk/_types.py"
github_checks:
annotations: false

0 comments on commit 0683552

Please sign in to comment.