Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
new-user888 authored Oct 6, 2024
1 parent a7a9e4a commit 1875415
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,15 @@ jobs:
run: npm install cobertura-merge --save-dev

- name: Merge XML coverage reports
run: npx cobertura-merge coverage/*.xml -o ./coverage/merged-report.xml
run: npx cobertura-merge coverage/*.xml -o ./test-report.xml

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
if: success() || failure()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Test_Docker:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1875415

Please sign in to comment.