We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bc3d4 commit 0ff0bffCopy full SHA for 0ff0bff
.github/workflows/quality.yml
@@ -58,9 +58,6 @@ jobs:
58
TOXENV: ${{ matrix.toxenv }}
59
run: tox
60
61
- - name: Override Coverage Source Path for Sonar
62
- run: sed -i "s#<source>/home/runner/work/caldera/caldera#<source>/github/workspace#g" /home/runner/work/caldera/caldera/coverage.xml
63
-
64
# --- Sonar scan for pushes and same-repo PRs only ---
65
- name: SonarQube Scan
66
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false }}
0 commit comments