diff options
| author | J08nY | 2024-03-27 12:25:56 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-27 12:25:56 +0100 |
| commit | ccdeec2bfab550091dd17936770c0fff3d730049 (patch) | |
| tree | 948c6f6993f75b1d5a9ba0507eb3fca8ed6ca385 /.github | |
| parent | d30ddada4441acb651ced166ff668cfdb99ae8d1 (diff) | |
| download | ECTester-ccdeec2bfab550091dd17936770c0fff3d730049.tar.gz ECTester-ccdeec2bfab550091dd17936770c0fff3d730049.tar.zst ECTester-ccdeec2bfab550091dd17936770c0fff3d730049.zip | |
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f92df79..89e1bfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,3 +100,6 @@ jobs: - name: Upload code coverage uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: crocs-muni/ECTester
\ No newline at end of file |
