Skip to content

Commit 70acc1c

Browse files
committed
added codecov token to GitHub action workflow
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent 2cc1a7c commit 70acc1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/java-sbt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
- name: Run tests
2222
run: sbt jacoco
2323
- uses: codecov/codecov-action@v5
24+
env:
25+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)