Skip to content

Commit

Permalink
try coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Mar 2, 2024
1 parent f816c44 commit f1336a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Test geosnap
run: |
pytest \
coverage run -m pytest \
-v \
-r a \
-n auto \
Expand All @@ -55,7 +55,7 @@ jobs:
--cov-append \
--cov-report term-missing \
--cov-report xml \
geosnap/tests
geosnap
- name: codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit f1336a9

Please sign in to comment.