Skip to content

Commit d0f3d22

Browse files
committed
upload tests to codecov
1 parent 557b770 commit d0f3d22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
run: |
106106
coverage xml
107107
108+
- name: Upload test results to Codecov
109+
if: ${{ !cancelled() }}
110+
uses: codecov/test-results-action@v1
111+
with:
112+
token: ${{ secrets.CODECOV_TOKEN }}
113+
108114
- name: Upload Coverage Reports to CodeCov
109115
uses: codecov/codecov-action@v4
110116
with:

0 commit comments

Comments
 (0)