Closed
Description
On CI jobs, make the code coverage check stricter
nyc report --check-coverage
passes just fine if there is NO code coverage (total or individual file)- the collected coverage could include extra files that should not be there
We need to have a snapshot of at files for each example with min coverage per file to check. Probably a custom script to execute to check .nyc_output/out.json
file