Skip to content

Commit 82b07f4

Browse files
committed
refactor codecov
1 parent ea520ee commit 82b07f4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131

3232
- name: Test Coverage
3333
uses: codecov/codecov-action@v4.0.1
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)