coverage not part of templates' .gitignore #922
Labels
good first issue
Good for newcomers
kind: feature
New feature or request
PR welcome
scope: templates
Related to an init template, not necessarily to core (but could influence core)
solution: workaround available
There is a workaround available for this issue
Current Behavior
yarn test --coverage
to generate a coverage report.git status
/coverage/
is part of the list of changed files.Expected behavior
It should be ignored by git.
Suggested solution(s)
Append
coverage
to.gitignore
The text was updated successfully, but these errors were encountered: