Skip to content

Commit

Permalink
add coverall (#25)
Browse files Browse the repository at this point in the history
* add coverall

* update package
  • Loading branch information
shravan097 authored Apr 2, 2022
1 parent a60a0ab commit 00eb790
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 454 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
LCOV_FILE_PATH: "./coverage/lcov.info"
- if: github.event_name == 'pull_request' || github.event_name == 'push'
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Loading

0 comments on commit 00eb790

Please sign in to comment.