We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257de0d commit 9e64bedCopy full SHA for 9e64bed
.github/workflows/test-tag.yml
@@ -28,7 +28,7 @@ jobs:
28
pip install -r requirements-tests.txt
29
30
- name: Run tests with coverage
31
- run: pytest --cov=wallhavenapi --cov-report=term-missing --cov-report=xml --cov-report=html /tests
+ run: pytest --cov=wallhavenapi --cov-report=term-missing --cov-report=xml --cov-report=html tests/
32
33
- name: Upload coverage reports artifact
34
uses: actions/upload-artifact@v4
0 commit comments