Commit 0f70ecc
Remove Codecov from CI (#189)
Mirrors open-reaction-database/ord-schema#842: drops the external
Codecov dependency. Codecov was purely informational here (no merge
gating, no README badge) — it only provided the PR coverage comment and
the codecov.io dashboard.
- Drop the `codecov/codecov-action@v5` upload step in tests.yml, along
with its fork/Dependabot token-auth workarounds and CODECOV_TOKEN /
slug usage.
- Replace `coverage xml` with `coverage report` so the coverage summary
still prints in the job log — no external service required.
There is no codecov.yml in this repo to delete. Coverage is still
measured by `pytest --cov`; this just stops uploading it externally.
Follow-up (outside this repo): remove the CODECOV_TOKEN org/repo secret
and disable the Codecov GitHub App so it stops posting empty status
checks.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 728975c commit 0f70ecc
1 file changed
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 56 | + | |
67 | 57 | | |
68 | 58 | | |
69 | 59 | | |
| |||
0 commit comments