Commit dcda271
authored
Fix Codecov code coverage analysis from test data (#1434)
This PR does a few things in pursuit of fixing our integrated code coverage analysis provided by Codecov:
It removes the last usage of invoke from our GitHub Actions CI scripts. Now we rely purely on uv for everything.
Uploading of data to Codecov is now done using a private token which is stored in GitHub secrets for this repo.
Both test data and code coverage are now uploaded.1 parent 5f21816 commit dcda271
1 file changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments