Skip to content

Commit

Permalink
Fix lcov file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent c3121fb commit 7fe8e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
mv cobertura-coverage.xml cobertura-coverage-${{ matrix.shard-index }}.xml
mv jest.json jest-${{ matrix.shard-index }}.json
mv lcov.json lcov-${{ matrix.shard-index }}.json
mv lcov.info lcov-${{ matrix.shard-index }}.info
mv nunit3.xml nunit3-${{ matrix.shard-index }}.xml
mv result.trx result-${{ matrix.shard-index }}.trx
working-directory: ./coverage
Expand Down

0 comments on commit 7fe8e3d

Please sign in to comment.