Skip to content

Commit 9e64bed

Browse files
committed
CI: fix test dir name in ci
1 parent 257de0d commit 9e64bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install -r requirements-tests.txt
2929
3030
- name: Run tests with coverage
31-
run: pytest --cov=wallhavenapi --cov-report=term-missing --cov-report=xml --cov-report=html /tests
31+
run: pytest --cov=wallhavenapi --cov-report=term-missing --cov-report=xml --cov-report=html tests/
3232

3333
- name: Upload coverage reports artifact
3434
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)