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 75447cd commit 802c907Copy full SHA for 802c907
.github/workflows/quality.yml
@@ -19,9 +19,9 @@ jobs:
19
- name: Check style against standards using prospector
20
run: prospector --zero-exit -o grouped -o pylint:pylint-report.txt
21
- name: Run unit tests with coverage
22
- run: pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml tests/
+ run: pytest --cov --cov-config=.coveragerc --cov-report html --cov-report term --cov-report xml --junitxml=coverage/xunit-result.xml
23
- name: Correct coverage paths
24
- run: sed -i "s+$PWD/++g" coverage.xml
+ run: sed -i "s+$PWD/++g" coverage/coverage.xml
25
- name: SonarCloud Scan
26
uses: sonarsource/sonarcloud-github-action@master
27
env:
0 commit comments