Skip to content

Commit 69c3235

Browse files
committed
refactor github action
1 parent e5ae36e commit 69c3235

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit-tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131

3232
- name: Test Coverage
3333
uses: codecov/[email protected]
34-
with:
35-
token: ${{ secrets.CODECOV_TOKEN }}
36-
slug: spacious-team/table-wrapper-spring-boot-starter
34+
env:
35+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3736

3837
- name: SonarCloud Analyze
3938
run: >

0 commit comments

Comments
 (0)