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 83d97cd commit 1bc6a92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
cat test-report.xml
- name: Run script to merge all the lcov files
run: npx lcov-result-merger coverage/lcov/*.info ./tests/coverage/lcov.info
run: |
cat coverage/lcov/*.info > ./tests/coverage/lcov.info
cat ./tests/coverage/lcov.info
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit 1bc6a92

Please sign in to comment.