Skip to content

Commit a2cd3d6

Browse files
authored
Add codecov/test-results-action
1 parent 638e75f commit a2cd3d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
with:
6363
fail_ci_if_error: true
6464
token: ${{ secrets.CODECOV_TOKEN }}
65+
- name: Upload test results to Codecov
66+
if: ${{ !cancelled() }}
67+
uses: codecov/test-results-action@v1
68+
with:
69+
token: ${{ secrets.CODECOV_TOKEN }}
6570
- name: Generate URSim log files
6671
if: always()
6772
run: |

0 commit comments

Comments
 (0)