mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add script to combine coverage files (#10674)
* Add script to combine coverage files * add script * Add core coverage file as well * Add json reporting * Update README * more
This commit is contained in:
@@ -24,3 +24,9 @@ Code coverage is enabled by default. Reports can be found in the coverage folder
|
||||
### Integration tests
|
||||
|
||||
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
|
||||
|
||||
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.
|
||||
|
||||
Once ran the combined coverage report will be located in `./test/coverage`.
|
||||
|
||||
Reference in New Issue
Block a user