Commit 3de5c7a
authored
ci: Fix coverage workflow (#1373)
The coverage workflow has been failing since boring was added as a
dependency.
This change updates the coverage workflow to include the proper build
dependencies and splits the build and test running phases into distinct
steps.
The tests are now run daily instead of weekly so we can more readily
detect and recover from regressions.1 parent 8404c68 commit 3de5c7a
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
0 commit comments