Skip to content

Commit 45ac722

Browse files
committed
Modified and made updates on the CI/CD workdflow
1 parent 2df66ec commit 45ac722

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: Run the python tests suite
6060
working-directory: python
6161
run: |
62-
uv run --python ${{ matrix.python-version }} pytest tests -m "not slow" --cov=src/magika --cov-report=xml --cov-report=term
62+
uv run --python ${{ matrix.python-version }} pytest tests -m "not slow"
6363
6464
- name: Upload coverage report to Coveralls
6565
if: always()

0 commit comments

Comments
 (0)