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 2df66ec commit 45ac722Copy full SHA for 45ac722
.github/workflows/python-test-suite.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Run the python tests suite
60
working-directory: python
61
run: |
62
- uv run --python ${{ matrix.python-version }} pytest tests -m "not slow" --cov=src/magika --cov-report=xml --cov-report=term
+ uv run --python ${{ matrix.python-version }} pytest tests -m "not slow"
63
64
- name: Upload coverage report to Coveralls
65
if: always()
0 commit comments