Skip to content

Commit

Permalink
ci(lint): debug coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-BitFlight committed Nov 20, 2023
1 parent 37687bf commit adc14fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
continue-on-error: true
uses: davelosert/vitest-coverage-report-action@v2
with:
json-summary-path: './coverage/coverage-summary.json'
json-final-path: ./coverage/coverage-final.json
json-summary-path: './out/coverage-summary.json'
json-final-path: ./out/coverage-final.json
- run: npm run build
- run: npm run generate-docs
call-workflow-passing-data:
Expand Down

0 comments on commit adc14fd

Please sign in to comment.