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 7, 2024
1 parent 37c6eb9 commit 5891792
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@ jobs:
echo '<testExecutions version="1">' > test-report.xml
grep -vh testExecutions coverage/xml/*.xml >> test-report.xml
echo '</testExecutions>' >> test-report.xml
cat test-report.xml
- name: Run script to merge all the lcov files
run: |
mkdir ./tests/coverage
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 5891792

Please sign in to comment.