Skip to content

Commit 474bc97

Browse files
committed
Upload code-coverage for reader CI run as well.
1 parent 1a81ced commit 474bc97

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
@@ -81,6 +81,12 @@ jobs:
8181
path: |
8282
reader/build/libs/ECTesterReader.jar
8383
84+
- name: Upload code coverage
85+
uses: codecov/codecov-action@v4
86+
with:
87+
token: ${{ secrets.CODECOV_TOKEN }}
88+
slug: crocs-muni/ECTester
89+
8490
standalone:
8591
runs-on: ubuntu-latest
8692
permissions:

0 commit comments

Comments
 (0)