Commit 2c3abbc
authored
ci: enhance GitHub Actions with JUnit test reporting (#88)
Add installation of go-junit-report to generate JUnit XML test reports
from Go test output. Upload these test results alongside coverage data to
Codecov for improved test reporting and analysis. Ensure uploads run only
if the workflow is not cancelled. This improves CI visibility and debugging.1 parent fe891f2 commit 2c3abbc
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
0 commit comments