Skip to content

Commit 8319e03

Browse files
committed
chore: update workflow codecov
1 parent ab29a0e commit 8319e03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
path: node_modules
5858
key: node_modules-${{ hashFiles('**/package-temp-dir/package-lock.json') }}
5959

60-
- name: test
60+
- name: Generate coverage report
6161
run: npm test
6262
env:
6363
COVERAGE: "true"
6464

65-
- name: codecov
66-
run: npm run codecov
65+
- name: Upload coverage to Codecov
66+
uses: codecov/codecov-action@v1
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969

0 commit comments

Comments
 (0)