Commit 66b3491
committed
Use dedicated workflow step for logs coverage report
The "libraries/report-size-deltas workflow" GitHub Actions workflow prints a code coverage report to the workflow run
logs.
Previously this was done in the same step used to run the tests. Both the test run output and the coverage report will
be easier to read with a dedicated section of the logs for each, which each workflow step has. This will also make it
easier to interpret any workflow failures since the failed step would only be concerned with a single specific
operation.1 parent 8c46bbd commit 66b3491
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments