Closed gimenete closed 6 years ago
If the --coverage flag is used Jest will generate coverage report files in the coverage directory, which if not ignored could be tracked by git.
--coverage
coverage
The --coverage flag is used in the test:watch npm script.
test:watch
The maintainers of this repository would appreciate it if you could provide more information.
Thanks @gimenete!
If the
--coverage
flag is used Jest will generate coverage report files in thecoverage
directory, which if not ignored could be tracked by git.The
--coverage
flag is used in thetest:watch
npm script.