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 561851f commit 27ec4a3Copy full SHA for 27ec4a3
1 file changed
.github/workflows/validate.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Run pytest
35
run: |
36
- pytest --cov --cov-report=xml --tb=line
+ pytest --cov --cov-report=xml --cov-report=term --tb=line
37
38
- name: Sonar scan
39
uses: SonarSource/sonarqube-scan-action@v6.0.0
0 commit comments