Skip to content

Commit ea520ee

Browse files
committed
fix codecov
1 parent e9529c0 commit ea520ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
run: mvn --batch-mode clean test
3131

3232
- name: Test Coverage
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4.0.1
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
slug: spacious-team/table-wrapper-spring-boot-starter
3437

3538
- name: SonarCloud Analyze
3639
run: >

0 commit comments

Comments
 (0)