Skip to content

Commit 77fcb0e

Browse files
fix: coverage
1 parent 2e2fda3 commit 77fcb0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
reporter: java-junit
5656

5757
- name: Upload Coverage to Codecov
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
6060
files: "**/coverage.cobertura.xml"
61+
token: ${{ secrets.CODECOV_TOKEN }}
6162
fail_ci_if_error: true

0 commit comments

Comments
 (0)