Skip to content

Commit

Permalink
fix: skip if no base
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Nov 7, 2024
1 parent ba7294c commit d9acb71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/foundry-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: npx -y lcov-parse ./lcov.info > cache/lcov.json

- uses: ArtiomTr/jest-coverage-report-action@v2
if: steps.cache.outputs.cache-matched-key != ''
with:
coverage-file: ./cache/lcov.json
base-coverage-file: ./cache/lcon.json.backup
Expand Down

0 comments on commit d9acb71

Please sign in to comment.