Releases: cenfun/monocart-coverage-reports
Releases · cenfun/monocart-coverage-reports
2.11.0
2.10.1
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
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
formarkdown-details
- added
filter
formarkdown-details
andconsole-details
- added name for function coverage
Full Changelog: 2.9.3...2.10.0
2.9.3
2.9.2
2.9.0
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 methodaddFromDir()
- 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
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
2.8.5
What's Changed
- fix: improve
AddedResults
andCoverageResults
types by @mrazauskas in #42 - fixed a sourcemap content issue (cenfun/monocart-reporter#127)
Full Changelog: 2.8.4...2.8.5
2.8.4
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
- @mrazauskas made their first contribution in #40
Full Changelog: 2.8.3...2.8.4