Skip to content

Commit 7c95df4

Browse files
ci(github): replace Coveralls with Codecov in workflow build.yml
1 parent 4fc4307 commit 7c95df4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,5 @@ jobs:
4949
- name: Run benchmark
5050
run: npm run benchmark
5151

52-
- name: Coveralls
53-
uses: coverallsapp/github-action@master
54-
with:
55-
github-token: ${{ secrets.GITHUB_TOKEN }}
52+
- name: Codecov
53+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)