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 0609831 commit e0622a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:

- name: Run script to merge all the xml files
run: |
echo '<testExecutions version="1">' > test-reports.xml
grep -v testExecutions coverage/xml/*.xml >> test-reports.xml
echo '</testExecutions>' >> test-reports.xml
echo '<testExecutions version="1">' > test-report.xml
grep -v testExecutions coverage/xml/*.xml >> test-report.xml
echo '</testExecutions>' >> test-report.xml
- name: Run script to merge all the lcov files
run: npx lcov-result-merger coverage/lcov/*.info ./tests/coverage/lcov.info
Expand Down

0 comments on commit e0622a5

Please sign in to comment.