Releases: JuliaCI/LocalCoverage.jl
Releases · JuliaCI/LocalCoverage.jl
v0.8.2
LocalCoverage v0.8.2
More informative info message, with filename
Merged pull requests:
- display path to generated coverage HTML (#59) (@thazhemadam)
v0.8.1
v0.8.0
LocalCoverage v0.8.0
Merged pull requests:
Closed issues:
- Support coverage of package extension ? (#52)
v0.7.0
v0.6.0
LocalCoverage v0.6.0
Merged pull requests:
- Naive implementation of LCOV -> Cobertura conversion (#42) (@BambOoxX)
- CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) (#43) (@github-actions[bot])
- CompatHelper: add new compat entry for EzXML at version 1, (keep existing compat) (#44) (@github-actions[bot])
v0.5.0
v0.4.0
LocalCoverage v0.4.0
Closed issues:
- RFC: API refactor (#18)
Merged pull requests:
- RFC implementation (#30) (@gabriel-ss)
- use function for get! (#32) (@bramtayl)
- add back cobertura (#33) (@tpapp)
- CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#34) (@github-actions[bot])
- CompatHelper: add new compat entry for DefaultApplication at version 1, (keep existing compat) (#35) (@github-actions[bot])
v0.3.0
v0.2.3
LocalCoverage v0.2.3
Merged pull requests:
- Remove the
Coverage.jl
dependency, and instead depend only onCoverageTools.jl
(#24) (@DilumAluthge)