Skip to content

Commit c65acf7

Browse files
committed
test: change unit test to Codecov
1 parent 124ccbd commit c65acf7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ jobs:
3030
- run: npm run build --if-present
3131
- run: npm run test:cov
3232

33-
- name: Coveralls
34-
uses: coverallsapp/github-action@master
35-
with:
36-
github-token: ${{ secrets.GITHUB_TOKEN }}
33+
- name: Upload coverage reports to Codecov
34+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)