Skip to content

Commit

Permalink
Try coverallsapp/github-action@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Aug 15, 2024
1 parent 7bf12f6 commit c4baeb4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@ jobs:
- name: Run tests
run: npm test; ls -latr; ls -latr coverage

- name: Upload coverage to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
ls -latr; ls -latr coverage; cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit c4baeb4

Please sign in to comment.