Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed May 19, 2024
1 parent 601a9d9 commit 89ebb20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion codecove.yml → codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ comment: #this is a top-level key
require_changes: false # if true: only post the comment if coverage changes
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 aka patch coverage]]
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]]

coverage:
status:
project:
default:
target: 90%
threshold: 10%

0 comments on commit 89ebb20

Please sign in to comment.