Skip to content

Commit 0e8951c

Browse files
ci(github): tidy codecov in workflow build.yml
1 parent c7b020a commit 0e8951c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Run unit tests
2828
run: npm run test:ci
2929

30-
- name: Codecov
30+
- name: Upload coverage reports to Codecov
3131
uses: codecov/codecov-action@v5
32-
env:
33-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
32+
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}
3434

3535
- name: Run module tests
3636
run: npm run test:esm

0 commit comments

Comments
 (0)