Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Kaxil Naik ae98c07403
Fix Code Coverage (#13092)
Based on the suggesstions here:

- https://community.codecov.io/t/reports-are-not-displayed-there-was-an-error-processing-coverage-reports/750
- https://community.codecov.io/t/there-was-an-error-processing-coverage-reports-and-ci-not-detected/885/4

it feels like the changes in this commit might fix the issue
2020-12-15 21:33:39 +00:00
Kaxil Naik db166ba75c
Update CI to run tests againt v2-0-test branch (#10891) 2020-12-09 19:35:04 +00:00
Kamil Breguła 53e6062105
Enforce strict rules for yamllint (#11709) 2020-10-21 12:24:32 +02:00
Jarek Potiuk 0d81cc0940
Improves stability of reported coverage and makes it nicer (#10208)
* Improves stability of reported coverage and makes it nicer

With this change we only upload coverage report in the case
when all tests were successuful and actually executed. This means
that coverage report will not be run when the job gets canceled.

Currently a lof of coverage reports gathered contain far less
coverage because when static check fails or docs some test jobs
could already submit their coverage - resulting in partial coverage
reports.

With this change we also remove comment from coverage report
and replace it with (for now) informational status message published
to github. If we see that it works, we can change it to a
PR-failing status if coverage drops for a given PR.

This way we might get our coverage monotonously increasing :).
2020-08-07 12:47:15 +02:00