We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4d844 commit 9e57c1fCopy full SHA for 9e57c1f
.github/workflows/sonarqube.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Download artifacts from other workflows
24
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
25
with:
26
- path: openc3/python
+ path: openc3/python/coverage
27
pattern: python-unit-tests-coverage-*
28
- name: SonarQube Scan
29
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602
sonar-project.properties
@@ -2,4 +2,4 @@ sonar.projectKey=OpenC3_cosmos
2
sonar.organization=openc3
3
4
# Report paths
5
-sonar.python.coverage.reportPaths=openc3/python/*
+sonar.python.coverage.reportPaths=openc3/python/coverage/*/coverage.xml
0 commit comments