Skip to content

Commit

Permalink
Fix codecov config
Browse files Browse the repository at this point in the history
The codecov config was invalid. Update it and validate using
`https://api.codecov.io/validate`.
  • Loading branch information
spencewenski committed May 9, 2024
1 parent b926c57 commit 350da77
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The config file can be validated using https://api.codecov.io/validate
# `curl -X POST --data-binary @codecov.yml https://codecov.io/validate`
#
# https://docs.codecov.com/docs/common-recipe-list

coverage:
Expand All @@ -6,9 +9,9 @@ coverage:
default:
target: auto
threshold: 1%
github_checks:
# Install the codecov browser extension to see coverage annotations in GitHub.
# https://docs.codecov.com/docs/the-codecov-browser-extension
annotations: false
comment:
require_changes: true
github_checks:
# Install the codecov browser extension to see coverage annotations in GitHub.
# https://docs.codecov.com/docs/the-codecov-browser-extension
annotations: false
comment:
require_changes: true

0 comments on commit 350da77

Please sign in to comment.