Devin Ekadeni
Devin Ekadeni
Hi, is there any update on this one? Currently it's still there. My App: Version: 0.18.0 Electron: 9.3.1 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Darwin x64 21.1.0 @manojVivek
facing this too, any update on this? I feel the same that it seems hacky to use `.toBe` instead of `.toHaveStyle()`
I also experiencing this, any update about this? @ArtiomTr I even provide low threshold in the workflow file ```github with: threshold: 10 ``` but seems no effect at all
UPDATE: after debugging on the source code turns out the problem was the generated coverage file have no `coverageMap` property. This thread would explain everything https://github.com/ArtiomTr/jest-coverage-report-action/issues/244#issuecomment-1097360277. Now it works on...
> > UPDATE: after debugging on the source code turns out the problem was the generated coverage file have no `coverageMap` property. This thread would explain everything [#244 (comment)](https://github.com/ArtiomTr/jest-coverage-report-action/issues/244#issuecomment-1097360277). Now...
currently can be solved by passing additional plugin mentioned on [this issue](https://github.com/rcbyr/keen-slider/issues/255#issuecomment-1512476904). But I hope this can be fixed internally on the package