Skip to content

Commit

Permalink
CI/CD: Added PR comment for codecov conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 committed Jun 10, 2024
1 parent 7da4ebf commit 4178075
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
comment:
after_n_builds: 4
layout: " diff, flags, files"
behavior: default
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: false # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]

codecov:
disable_default_path_fixes: true # Automatic detection does not discover all files
Expand Down

0 comments on commit 4178075

Please sign in to comment.