Error: Coverage output file not found. (file "report.json" not found)
lixiaofa opened this issue · 1 comments
lixiaofa commented
Describe a bug
in the github actions , error
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
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.