Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/sbt.yml
  • Loading branch information
kamenitxan committed Jul 16, 2023
2 parents 19739af + 8ee5f3f commit 3af3545
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ jobs:
with:
fail_ci_if_error: true
- name: Replace all working directory paths with sources path
run: if [[ -n "${{ inputs.scoverageReport }}" ]]; then sed -i -e s,`pwd`,/github/workspace,g ${{ inputs.scoverageReport }}; fi
run: if [[ -n "modules/backend/target/scala-3.3.1-RC4/scoverage-report/scoverage.xml" ]]; then sed -i -e s,`pwd`,/github/workspace,g modules/backend/target/scala-3.3.1-RC4/scoverage-report/scoverage.xml; fi
shell: bash
with:
scoverageReport: modules/backend/target/scala-3.3.1-RC4/scoverage-report/scoverage.xml
- name: Analyze with SonarCube
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 3af3545

Please sign in to comment.