Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 6, 2023
1 parent 81612af commit 9ea1cbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Test
shell: bash -l {0}
run: |
coverage run --omit pylammpsmpi/_version.py -m unittest discover tests
cd tests
coverage run --omit pylammpsmpi/_version.py -m unittest discover .
coverage combine
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 9ea1cbd

Please sign in to comment.