Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Oct 2, 2023
1 parent e89ddba commit 7f4f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 -v --color yes --cov geosnap/tests --cov-append --cov-report term-missing --cov-report xml .
pytest -v --color yes --cov=geosnap --cov-append --cov-report term-missing --cov-report xml .
- name: codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 7f4f563

Please sign in to comment.