GitHub card not showing diff coverage anymore. #203
-
When coming to work after the Christmas holidays we noticed that the GitHub PR cards are no longer showing patch coverage percentage, but now show number of lines missed. Previously looked like (see the diff coverage specifically): Is this something that can be configured? This change is a point of friction, because we have code coverage requirements as part of our Definition of Done, and was very easy to confirm the way it was before Christmas, both for the developer and for the reviewer. It appears there is some configuration mentioned here: https://docs.codecov.com/docs/pull-request-comments codecov:
require_ci_to_pass: false
allow_coverage_offsets: true
comment:
layout: "reach,diff,flags,tree,betaprofiling"
show_critical_paths: true
coverage:
precision: 2
round: down
range: "90...100"
profiling:
fixes:
- "::app/" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mikebronner , We made a recent change to the PR comment. You can see more details here. https://about.codecov.io/blog/november-product-update-updates-to-the-pr-comment-and-filter-by-flag/ I've added @codecovdesign for your feebback. You should be able to get the new old header back by adding
|
Beta Was this translation helpful? Give feedback.
Hi @mikebronner ,
We made a recent change to the PR comment. You can see more details here. https://about.codecov.io/blog/november-product-update-updates-to-the-pr-comment-and-filter-by-flag/
I've added @codecovdesign for your feebback.
You should be able to get the new old header back by adding
header
to the start of your `layout.layout: "header,reach,diff,flags,tree,betaprofiling"