mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
We submit separate coverage reports for each group of tests, but codecov doesn't give us proper tooling to analyse each one separately. When there's a percentage drop in one, there's no way to pinpoint where -- at least not without running locally and inspecting results separately. Treat all coverage as one. Analysis of coverage for each group of tests can be done offline and manually, but there's little value in keeping it in codecov. Should also help us transition a more simplified CI design (e.g.: running all tests together rather than in groups).
4 lines
52 B
YAML
4 lines
52 B
YAML
comment: false
|
|
coverage:
|
|
status:
|
|
patch: false
|