Skip to content

Commit

Permalink
Try codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
neild3r committed Sep 21, 2021
1 parent 4d59004 commit 0d18b4c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Run tests
run: xvfb-run -a npm test

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

# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d18b4c

Please sign in to comment.