Skip to content

Commit

Permalink
Uploads the code coverage report to Coveralls for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Apr 15, 2024
1 parent af9d2db commit 8bdbbca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Run the tests with code coverage
run: npm run test
- name: Upload the code coverage report to Coveralls
if: github.event_name != 'pull_request'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}

0 comments on commit 8bdbbca

Please sign in to comment.