Coverall requires Jest >= 25.1.7
KeisukeYamashita opened this issue · 0 comments
KeisukeYamashita commented
What
Jest before 25.1.7 reports test coverage with absolute path for SF
field which the Coveralls can't handle.
There for, for developers who is using the Jest < 25.1.7 can't use Coveralls.
How should it be?
I want Coveralls to be able to support absolute paths as well.
Some developers including me are using some old versions. Of course, we can start upgrade it but it's better to Coveralls to support all version of Jest.
Thanks in advance.