Skip to content

Commit 9e57c1f

Browse files
Emily RaganEmily Ragan
authored andcommitted
Coverage paths?
1 parent 8e4d844 commit 9e57c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Download artifacts from other workflows
2424
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
2525
with:
26-
path: openc3/python
26+
path: openc3/python/coverage
2727
pattern: python-unit-tests-coverage-*
2828
- name: SonarQube Scan
2929
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ sonar.projectKey=OpenC3_cosmos
22
sonar.organization=openc3
33

44
# Report paths
5-
sonar.python.coverage.reportPaths=openc3/python/*
5+
sonar.python.coverage.reportPaths=openc3/python/coverage/*/coverage.xml

0 commit comments

Comments
 (0)