Skip to content

Commit 0d18b4c

Browse files
committed
Try codecov
1 parent 4d59004 commit 0d18b4c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
- name: Run tests
2020
run: xvfb-run -a npm test
2121

22-
- name: Coveralls
23-
uses: coverallsapp/github-action@master
24-
with:
25-
github-token: ${{ secrets.GITHUB_TOKEN }}
22+
- name: Codecov
23+
uses: codecov/codecov-action@v2
24+
25+
# - name: Coveralls
26+
# uses: coverallsapp/github-action@master
27+
# with:
28+
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)