Skip to content

Commit

Permalink
👻 Disable codecov annotations (#1910)
Browse files Browse the repository at this point in the history
Resolves: #1909

Disable codecov's github annotations feature since it generates an
annoying amount of annotations with our current level of testing
coverage.

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed May 13, 2024
1 parent ba67f92 commit 39b5d3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ flags:

ignore:
- "**/mockServiceWorker.js"

# turn off github annotations, too many annotations are not useful
# see: https://docs.codecov.com/docs/github-checks
github_checks:
annotations: false

0 comments on commit 39b5d3a

Please sign in to comment.