Commit 170629c
committed
Add Codecov report upload to GitHub workflow
The updated GitHub workflow now includes a step to upload coverage reports to Codecov. This ensures that code coverage metrics are generated and uploaded each time a test run is completed during the CI process. It uses the `codecov/codecov-action@v3` action and the `CODECOV_TOKEN` secret for authentication.1 parent f9355e2 commit 170629c
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments