Skip to content

Commit c020bcc

Browse files
committed
fix codecov action
1 parent df79e8e commit c020bcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unit-tests.yml

+4-1
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/[email protected]
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)