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

Commit 3839e14

Browse files
committed
Update sonarcloud CI
1 parent d4ffd5b commit 3839e14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
pip install -e .
3535
- name: Collect coverage
3636
run: |
37-
pytest --cov=src --quiet
38-
coverage xml
37+
pytest --cov=src --cov-report=xml --cov-config=pyroject.toml --cov-branch
3938
- name: Upload coverage report
4039
uses: actions/upload-artifact@v2
4140
with:

0 commit comments

Comments
 (0)