Skip to content

Commit 0ff0bff

Browse files
uruwhydeacon-mp
andauthored
don't override coverage path for sonar (#3216)
Co-authored-by: deacon-mp <61169193+deacon-mp@users.noreply.github.com>
1 parent 38bc3d4 commit 0ff0bff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ jobs:
5858
TOXENV: ${{ matrix.toxenv }}
5959
run: tox
6060

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-
6461
# --- Sonar scan for pushes and same-repo PRs only ---
6562
- name: SonarQube Scan
6663
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false }}

0 commit comments

Comments
 (0)