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 eb53461 commit 04f2ae7Copy full SHA for 04f2ae7
.github/workflows/coverage.yml
@@ -63,3 +63,6 @@ jobs:
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
65
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
66
+ with:
67
+ args: >
68
+ -Dsonar.python.coverage.reportPaths=/test_coverage.xml
0 commit comments