Skip to content

Releases: cenfun/monocart-coverage-reports

2.11.0

03 Oct 03:45
Compare
Choose a tag to compare

What's Changed

  • Added merge and zip option for raw report by @cenfun in #82

Full Changelog: 2.10.9...2.11.0

2.10.1

05 Aug 00:48
Compare
Choose a tag to compare

What's Changed

  • fixed hits UI issue (skip indent)
  • fixed ranges for original bytes

v8-json report can better support Monocart Coverage for VSCode

Full Changelog: 2.10.0...2.10.1

2.10.0

27 Jul 13:17
Compare
Choose a tag to compare

What's Changed

  • (breaking snapshot) the report's files will be sorted by default
  • (breaking assets) the report assets have been changed from multiple files to a single compressed file
  • added maxCols for markdown-details
  • added filter for markdown-details and console-details
  • added name for function coverage

Full Changelog: 2.9.3...2.10.0

2.9.3

18 Jul 00:11
Compare
Choose a tag to compare

What's Changed

  • fixed minimatch version for Nodejs 18 support

Full Changelog: 2.9.2...2.9.3

2.9.2

13 Jul 02:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.1...2.9.2

2.9.0

03 Jul 12:40
Compare
Choose a tag to compare

What's Changed

  • performance improvement for comment parser (monocart-locator)
  • added new build-in report: markdown-summary (coverage-summary.md)
  • added new build-in report: markdown-details (coverage-details.md)
  • added new option: dataDir alternative to method addFromDir()
  • added new data extras for blank/comment/ignored lines

For Github actions, we can show the coverage report to a job summary with report markdown-summary or markdown-details

cat path-to/coverage-summary.md >> $GITHUB_STEP_SUMMARY

see run results

Full Changelog: 2.8.7...2.9.0

2.8.7

01 Jul 08:23
Compare
Choose a tag to compare

What's Changed

  • fixed OOM (better GC)
  • added new build-in report: codacy (codacy.json)

Full Changelog: 2.8.6...2.8.7

2.8.6

30 Jun 11:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.5...2.8.6

2.8.5

22 Jun 05:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.4...2.8.5

2.8.4

15 Jun 03:03
Compare
Choose a tag to compare

What's Changed

  • fix: fix typings of the reports option by @mrazauskas in #40
  • updated UI: highlight keywords for searching results
  • fixed coverage for static initialization blocks (#37)
  • fixed coverage for function defined after return (#38)
  • fixed ignored ranges
  • fixed CoverageReportOptions#reports type
  • fixed v8 report UI for hits

New Contributors

Full Changelog: 2.8.3...2.8.4