Skip to content

Commit

Permalink
add coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Nov 6, 2022
1 parent f5a1525 commit 0b0e43f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov

0 comments on commit 0b0e43f

Please sign in to comment.