You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: Darwin 22.1.0 Darwin Kernel Version 22.1.0 arm64
I ran c8 once, then changed the file-naming and folder structure, and ran c8 again. The paths do not update as expected in the coverage. I've deleted the coverage folder and pretty much all generated files - still no luck.
If I change the naming of certain exports, then the file paths update to their correct paths. However, if I revert them back to their original export values, the old paths are used again.
The printer/ folder no longer exists, and printer/nodes/ was moved to nodes/. As seen in the above output, new coverage tests reflect the latest path eg nodes/token.ts, but old coverage tests still use the old paths eg printer/nodes/base-nodes.ts.
The text was updated successfully, but these errors were encountered:
I ran c8 once, then changed the file-naming and folder structure, and ran c8 again. The paths do not update as expected in the coverage. I've deleted the coverage folder and pretty much all generated files - still no luck.
If I change the naming of certain exports, then the file paths update to their correct paths. However, if I revert them back to their original export values, the old paths are used again.
The
printer/
folder no longer exists, andprinter/nodes/
was moved tonodes/
. As seen in the above output, new coverage tests reflect the latest path egnodes/token.ts
, but old coverage tests still use the old paths egprinter/nodes/base-nodes.ts
.The text was updated successfully, but these errors were encountered: