Commit e17e32d
authored
ci: upload coverage to codecov (#65)
Adds the codecov upload step right after the existing
coverage.xml artifact upload. Same pattern as attune-ai
(codecov-action v6.0.1, fail_ci_if_error: false, token via env).
Requires CODECOV_TOKEN to be set as a GitHub Actions secret
on this repo BEFORE merging — without it, codecov-action 6.0.1
rejects uploads to protected branches with HTTP 400. The
workflow stays green either way (fail_ci_if_error: false), but
the codecov reports won't populate until the secret is in place.1 parent c4519dd commit e17e32d
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
64 | 74 | | |
65 | 75 | | |
66 | 76 | | |
| |||
0 commit comments