Skip to content

Commit d694d38

Browse files
committed
update codecov
1 parent 3022ae5 commit d694d38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
- name: Code coverage
2222
run: ./gradlew --no-daemon clean test :codeCoverageReport -Pjacoco
2323
- name: Upload coverage to codecov.io
24-
uses: codecov/codecov-action@v3
24+
uses: codecov/codecov-action@v4
25+
with:
26+
token: ${{ secrets.CODECOV_TOKEN }}
27+
slug: elki-project/elki

0 commit comments

Comments
 (0)