Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(actions): fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Mar 11, 2020
1 parent beebf1b commit 006b55f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ jobs:
- name: Build
run: |
npm run build
- name: Test and Coveralls
- name: Test
run: |
npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info

yarn:
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lib-cov

# Coverage directory used by tools like istanbul
coverage
lcov.info

# nyc test coverage
.nyc_output
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

0 comments on commit 006b55f

Please sign in to comment.