jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.65k stars 514 forks source link

tests(all): changed coverage to use C8 package #1278

Closed z3dev closed 1 year ago

z3dev commented 1 year ago

These changes move coverage to use the C8 package, which support ES6 imports/exports.

Coverage can be executed by running the following command from the main directory.

pnpm run coverage

And reports can be browsed by opening coverage_reports.html

All Submissions:

z3dev commented 1 year ago

@platypii @hrgdavor please review again. I resolved the conflicts. but another review is required.