Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
fix: change pytest to point to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Nov 27, 2023
1 parent eb0ee85 commit d719523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE
pwd
pytest --cov-report=xml --cov=caustics test/
pytest --cov-report=xml --cov=caustics tests/
cat coverage.xml
shell: bash
- name: Upload coverage report to Codecov
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,5 @@ jobs:
- name: Test with pytest
run: |
cd $GITHUB_WORKSPACE
pytest test
shell: bash

- name: Test with pytest
run: |
cd $GITHUB_WORKSPACE
pytest test
pytest -vvv tests/
shell: bash

0 comments on commit d719523

Please sign in to comment.