ArtiomTr/jest-coverage-report-action

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

lixiaofa opened this issue · 1 comments

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

Hello @lixiaofa 👋,

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