Skip to content

Commit

Permalink
ci: add Coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
snideto committed Mar 11, 2022
1 parent 3f8655b commit 40e8fc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ jobs:
run: pip3 install .

- name: Run tests
run: pytest --cov=j1939 test/
run: pytest --cov-report= --cov=j1939 test/

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 40e8fc8

Please sign in to comment.