Skip to content

Commit

Permalink
fix: No code coverage to report
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Mar 13, 2020
1 parent 1b01191 commit 862087b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
name: Install dependencies
- run: yarn ci
name: Run integration tests
- uses: coverallsapp/github-action@832e70b
name: Report code coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# - uses: coverallsapp/github-action@832e70b
# name: Report code coverage
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: 8398a7/action-slack@78391c2
name: Notify on Slack
if: always() # Pick up events even if the job fails or is canceled.
Expand Down

0 comments on commit 862087b

Please sign in to comment.