diff options
| author | J08nY | 2024-08-01 15:27:50 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-01 15:27:50 +0200 |
| commit | 474bc97aa21e2ef5ab6c739bf4aa5ebfcda854dc (patch) | |
| tree | 0e6d96691b40c54a082abfeff45d06f78ada27b9 | |
| parent | 1a81cedd68a7f491b88f61570046bace7953c119 (diff) | |
| download | ECTester-474bc97aa21e2ef5ab6c739bf4aa5ebfcda854dc.tar.gz ECTester-474bc97aa21e2ef5ab6c739bf4aa5ebfcda854dc.tar.zst ECTester-474bc97aa21e2ef5ab6c739bf4aa5ebfcda854dc.zip | |
Upload code-coverage for reader CI run as well.
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fea8fe5..b626eb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,6 +81,12 @@ jobs: path: | reader/build/libs/ECTesterReader.jar + - name: Upload code coverage + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: crocs-muni/ECTester + standalone: runs-on: ubuntu-latest permissions: |
