Skip to content

Commit

Permalink
ci: remove lcov report before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Aug 29, 2024
1 parent 7a3643e commit 8d3c461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run tests and generate coverage
run: bun run test:coverage
- name: Convert lcov to Cobertura
run: python ./scripts/lcov_cobertura.py ./coverage/lcov.info -o ./coverage/cobertura.xml
run: python ./scripts/lcov_cobertura.py ./coverage/lcov.info -o ./coverage/cobertura.xml && rm ./coverage/lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 8d3c461

Please sign in to comment.