Update readme for code coverage for integration tests (#10832)

This commit is contained in:
Charles Gagnon
2020-06-09 15:40:33 -07:00
committed by GitHub
parent 24e6ed5075
commit 6365bf515d
2 changed files with 8 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Code coverage is enabled by default. Reports can be found in the coverage folder
These are the group of tests that have dependencies on outside resources such as SQL instances. See the [README](../extensions/integration-tests/readme.md) for more information.
Code coverage for this is also enabled by default (confined to the extensions), follow the instructions for running the tests in the above readme.
## Code Coverage
To generate a report combining the code coverage for extensions + core run `node ./test/combineCoverage`. Currently this will combine coverage from the Core Unit Tests, Extension Unit Tests and Extension Integration tests - see above docs for instructions on how to run those to generate coverage.