Running post test deduplication
How to run post test deduplication ?
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 here before this.
Go through the steps to update coverage here. Then add the --deduplicate
flag to update-coverage
command.
Please complete the CLI token generation as mentioned here.
Last updated