Skip to content

Commit 0b95c79

Browse files
committed
Modified and made updates on the CI/CD workdflow
1 parent c148eba commit 0b95c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run the python tests suite
5757
working-directory: python
5858
run: |
59-
uv run --python ${{ matrix.python-version }} pytest tests -m "not slow" --cov=src/magika --cov-report=xml --cov-report=term
59+
uv run --python ${{ matrix.python-version }} pytest tests -m "not slow"
6060
6161
- name: Upload coverage report to Coveralls
6262
if: always()

0 commit comments

Comments
 (0)