Skip to content

Commit fe76e75

Browse files
committed
Fix pytest test directory path in CI workflow - use tests/ instead of src/tests/
1 parent 520272a commit fe76e75

File tree

4 files changed

+1
-103
lines changed

4 files changed

+1
-103
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Test with pytest
4848
run: |
49-
pytest src/tests/ --cov=src --cov-report=xml --cov-report=html
49+
pytest tests/ --cov=src --cov-report=xml --cov-report=html
5050
5151
- name: Upload coverage to Codecov
5252
uses: codecov/codecov-action@v3

test_server.py

Lines changed: 0 additions & 102 deletions
This file was deleted.
168 Bytes
Binary file not shown.
29.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)