Skip to content

Commit

Permalink
build: Add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Jan 25, 2024
1 parent 54daca7 commit 17bfd32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
coverage:
status:
project:
default:
target: 90% # the required coverage value
threshold: 1% # the leniency in hitting the target

comment:
layout: "condensed_header, reach, diff, files, condensed_footer"
behavior: default
require_changes: true # only post the comment if coverage changes
hide_project_coverage: false # [true :: only show coverage on the git diff]

0 comments on commit 17bfd32

Please sign in to comment.