Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v 1 r t l authored Jun 27, 2021
1 parent 2676b04 commit 675c5ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ jobs:
- name: run tests
run: pnpm coverage

- name: Collect coverage
uses: codecov/[email protected]
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov

0 comments on commit 675c5ad

Please sign in to comment.