Skip to content

Commit

Permalink
Merge pull request #222 from lo1tuma/coveralls
Browse files Browse the repository at this point in the history
✉️ Send a webhook to Coveralls when the build completes
  • Loading branch information
lo1tuma committed Nov 22, 2019
2 parents 96b14bb + 6c19bc1 commit e40722d
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 e40722d

Please sign in to comment.