itwinjs-core icon indicating copy to clipboard operation
itwinjs-core copied to clipboard

Update outputed code coverage report directory to be in the esm built folders

Open hl662 opened this issue 1 year ago • 0 comments

Stemming from #7165

Copying the reports directory file path from our default .nycrc into our vitest configs. We want to update those file paths to point to our esm paths. This will likely require updating our pipeline yamls where we publish the test results, among other configuration places.

(We don't need a temp-dir, vitest cleans up the old coverages by default

hl662 avatar Sep 26 '24 19:09 hl662