Skip to content

1.2.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 30 Sep 22:14
· 70 commits to main since this release

Added

  • Adds Istanbul Integration. New coverage options to floss including:
    • --coveragePattern or -c Glob of files to run through code coverage. This will generate a json report called coverage/coverage-final.json
    • --coverageSourceMaps or -s Remaps the report based on source maps.
    • --coverageHtmlReporter or -h Also generates html report (Either source mapped or not)