Commit 19d0511
🧪 Fix uploading coverage from GHA to Codecov
The `codecov/codecov-action@v4` release of the official
GitHub Action for uploading coverage data to the
Codecov service turned out to be poorly tested alpha
quality software.
It has numerous bugs preventing it from successfully
sending the code coverage information over. So we
must postpone starting to use it until it's stable.
These patch downgrades it to v3 that remains functional
for the time being.
PR #941
Co-authored-by: Sviatoslav Sydorenko <[email protected]>1 parent bb2835b commit 19d0511
3 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments