Skip to content

Commit

Permalink
Set up coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Nov 16, 2023
1 parent b6a4b81 commit 312124f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ jobs:
- name: Test with pytest
run: |
pytest
coverage run -m pytest
coverage lcov -o ./coverage/lcov.info
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 312124f

Please sign in to comment.