Running post test deduplication
How to run post test deduplication ?
Last updated
How to run post test deduplication ?
Last updated
Once you record tests, you can update their coverages. In this process, we store the coverage for each test in db. This stored coverage is then used to deduplicate tests. Tests with same coverage are deleted from db.
Make sure you go through the steps to add nyc to your project before this.
Go through the steps to update coverage . Then add the --deduplicate
flag to update-coverage
command.
Please complete the CLI token generation as mentioned .