Commit Graph

6 Commits

Author SHA1 Message Date
teor 52bdc4c5cd
Re-enable code coverage comments on PRs (#3246)
* Re-enable code coverage comments on PRs

* Post a coverage comment, even if coverage hasn't changed

Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
2021-12-22 00:52:08 +00:00
Deirdre Connolly 9f07572bc4 Disable CodeCov annotations via GitHub Checks
They just decided to turn this on by default for all their GitHub users ...

https://docs.codecov.io/docs/github-checks-beta
2020-09-10 14:52:01 -04:00
Deirdre Connolly 4180a2731f Turn off the CodeCov PR comment, metrics available in the checks results which link to codecov.io 2020-07-24 18:18:46 -04:00
Deirdre Connolly 7f1bc8d922
Try to make CodeCov bot comment on PRs quieter (#576)
* require_changes: true - "Comments will now only post when coverage
changes. Furthermore, if a comment already exists, and a newer commit
results in no coverage change for the entire pull, the comment will be
deleted."

* just the 'diff' view
2020-07-01 20:37:51 -04:00
Deirdre Connolly be090333f4 Make per-patch coverage informational, not enforced 2020-06-03 02:34:28 -04:00
Deirdre Connolly d53d69aa6e
Tweak coverage job (#364)
* Add step ids, better names

* Split out Clippy to its own job

* If coverage goes down, don't fail the build

* Go back to tarpaulin

* bump version of tarpaulin

* config tarpaulin
2020-04-21 04:51:05 -04:00