brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

pc - modify package.json so that we can run jest test coverage on entire project #514

Open pconrad opened 2 years ago

pconrad commented 2 years ago

Before this PR, if you run yarn run coverage, it only computed test coverage on a very small segment of the project:

image

In this PR, we modified the package.json settings for jest so that when you run jest run coverage, it shows coverage for the entire project:

image