Skip to content

Commit

Permalink
Update pytest targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicoelhopedro committed Feb 22, 2024
1 parent 7b674cc commit 3860059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
flake8 piglot test
- name: Test with pytest
run: |
pytest --cov test/
pytest --cov piglot test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
Expand Down

0 comments on commit 3860059

Please sign in to comment.