Skip to content

Commit

Permalink
✉️ Send a webhook to Coveralls when the build completes
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Nov 22, 2019
1 parent 96b14bb commit 6c19bc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./build/lcov.info
parallel: true
coverage:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 6c19bc1

Please sign in to comment.