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 c148eba commit 0b95c79Copy full SHA for 0b95c79
.github/workflows/python-test-suite.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Run the python tests suite
57
working-directory: python
58
run: |
59
- 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"
60
61
- name: Upload coverage report to Coveralls
62
if: always()
0 commit comments