Skip to content

Commit 8075e38

Browse files
committed
Added test upload to Codecov
1 parent d8b51b4 commit 8075e38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,9 @@ jobs:
170170
uses: codecov/codecov-action@v4
171171
with:
172172
token: ${{ secrets.CODECOV_TOKEN }}
173+
174+
- name: Upload test results to Codecov
175+
if: ${{ !cancelled() }}
176+
uses: codecov/test-results-action@v1
177+
with:
178+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)