/
/
/
1# On PRs only the changed providers' tests run, so a single report is partial by
2# design. Keep coverage informational (never blocks a PR) and carry coverage
3# forward per flag so a partial upload doesn't look like a coverage drop.
4coverage:
5 status:
6 project:
7 default:
8 informational: true
9 patch:
10 default:
11 informational: true
12
13flags:
14 full:
15 carryforward: true
16 partial:
17 carryforward: true
18
19comment: false
20