Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kno10 committed Nov 7, 2024
1 parent 3022ae5 commit d694d38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
- name: Code coverage
run: ./gradlew --no-daemon clean test :codeCoverageReport -Pjacoco
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: elki-project/elki

0 comments on commit d694d38

Please sign in to comment.