Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski authored Sep 6, 2023
1 parent 89806a9 commit fc30c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install --no-cache-dir -e .[test]
pip install coveralls pytest-cov
- name: Run unit tests
run: pytest --cov=geks test/ --cov-report xml
run: pytest --cov=geks tests/ --cov-report xml
- name: Coveralls
uses: coverallsapp/[email protected]
with:
Expand Down

0 comments on commit fc30c7b

Please sign in to comment.