Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: remove --coverage from test run
Found out that there is some weird interaction between `jest --coverage` and `babel-plugin-istanbul`. Maybe related to: jestjs/jest#6827. From my testing, removing `--coverage` makes this work again. Probably worth investigating in the future why that happens. Also, this is really not needed during CI because we do not use the coverage data anywhere anyway. Signed-off-by: Giedrius Statkevičius <[email protected]>
- Loading branch information