Commit 6a6dc4b
authored
docs(testing): coverage guide should not prescribe a removed uploader (#753)
Completes the Codecov removal in this repo. `wiki/testing/guide.md` had
a copy-paste block telling contributors to add `uses:
codecov/codecov-action@v3` with a `coverage.lcov` file — Codecov is not
installed here or on the account, so following the guide would produce
the same red CI this sweep removed, and Dependabot would eventually
re-pin the tag.
Rewritten to state what `.github/workflows/ci.yml` really does
(visibility-only coverage via `bisect-ppx-report` +
`actions/upload-artifact`) and to point at
`docs/standards/TESTING.adoc`, so the doc and the CI can't drift again.
No functional workflow change: this file is documentation only.1 parent 3d8d3d8 commit 6a6dc4b
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
612 | 617 | | |
613 | 618 | | |
614 | 619 | | |
615 | 620 | | |
616 | 621 | | |
617 | | - | |
618 | | - | |
| 622 | + | |
| 623 | + | |
619 | 624 | | |
620 | | - | |
| 625 | + | |
| 626 | + | |
621 | 627 | | |
622 | 628 | | |
623 | 629 | | |
| |||
0 commit comments