Skip to content

Commit

Permalink
Add codecov.yml
Browse files Browse the repository at this point in the history
Don't show comments when the coverage is unchanged. Also, pare down what
is show to make it less noisy.
  • Loading branch information
oalders committed May 3, 2024
1 parent 6b818aa commit 558bf0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
comment:
layout: 'files'
behavior: default
require_changes: true # 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]

0 comments on commit 558bf0f

Please sign in to comment.