Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 2420696

Browse files
committed
Update coverage run commands
1 parent 880e513 commit 2420696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -e .
3535
- name: Collect coverage
3636
run: |
37-
coverage run -m pytest
37+
pytest --cov=src --quiet
3838
coverage xml
3939
- name: Upload coverage report
4040
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)