Skip to content

Commit 9e7494e

Browse files
committed
Added codecov test results
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 7945dac commit 9e7494e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ jobs:
4343
flags: unittests
4444
name: codecov-umbrella
4545
slug: ajtudela/laser_segmentation
46+
- name: Upload test results to Codecov
47+
if: ${{ !cancelled() }}
48+
uses: codecov/test-results-action@v1
49+
with:
50+
token: ${{ secrets.CODECOV_TOKEN }}
51+
flags: unittests

0 commit comments

Comments
 (0)