Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collect coverage only from unit tests
Because of turbo, unit tests and integration tests can run in different order. Before adding turbo, the test script was like "yarn test:unit && yarn test:integration". If both tests generated coverage, in the coverage folder there'd factually be the integration test coverage. But now that they run out of order, we don't know what's in there. Here I reverted to a state where coverage from unit tests is only reported, as you normally collect coverage from unit tests.
- Loading branch information