ArtiomTr / jest-coverage-report-action

Track your code coverage in every pull request.
https://www.covbot.dev
MIT License
499 stars 143 forks source link

Error: Coverage output file not found. (file "report.json" not found) #396

Closed lixiaofa closed 1 year ago

lixiaofa commented 1 year ago

Describe a bug

in the github actions , error

image

Expected behavior

no error

Details

This is my yaml file: https://github.com/lixiaofa/fast-plus/blob/dev/.github/workflows/test-coverage.yml

ArtiomTr commented 1 year ago

Hello @lixiaofa :wave:,

As I can see, you're using vitest. This action supports only jest, although some people were able to use it with vitest.