Skip to content
8 changes: 7 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ coverage:
status:
project:
default:
target: 90%
target: auto
Copy link
Collaborator Author

@manudeli manudeli Jun 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, different thresholds per package would be really appreciated. We have vastly different coverage per package

@TkDodo https://docs.codecov.com/docs/quick-start#tips-and-tricks

status.project.default.target: auto compares coverage to the previous base commit

image

threshold: 1%
base: auto

comment:
layout: 'header, reach, diff, flags, components'
behavior: default
require_changes: false
Copy link
Collaborator Author

@manudeli manudeli Jun 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new baseline is uploaded correctly, but why don't we see the CI check here or a comment from the bot?

@TkDodo comment.require_changes: false should force make comment from the bot without changes

https://docs.codecov.com/docs/quick-start#tips-and-tricks
image

require_base: false
require_head: true
hide_project_coverage: false

component_management:
individual_components:
Expand Down