Skip to content

Commit

Permalink
Updated codecov requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed Aug 12, 2024
1 parent 03e2e83 commit ac009cd
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
ignore:
- "Tests" # ignore all tests

comment: # this is a top-level key
coverage:
status:
project:
default:
target: 50%
threshold: 5%
informational: false
patch:
default:
target: 80%
informational: false

comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # learn more in the Requiring Changes section below
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]
hide_project_coverage: false # [true :: only show coverage on the git diff]

0 comments on commit ac009cd

Please sign in to comment.