Skip to content

Releases: JuliaCI/LocalCoverage.jl

v0.8.2

11 Nov 10:31
Compare
Choose a tag to compare

LocalCoverage v0.8.2

Diff since v0.8.1

More informative info message, with filename

Merged pull requests:

v0.8.1

27 Jul 07:09
0407e1a
Compare
Choose a tag to compare

LocalCoverage v0.8.1

Diff since v0.8.0

Merged pull requests:

  • Fix: Problem with relative path on Windows #54 (#55) (@briederer)
  • Allow passing custom CSS file to html_coverage (#56) (@jagot)

Closed issues:

  • Problem with relative path on Windows (#54)

v0.8.0

13 Jul 18:32
Compare
Choose a tag to compare

LocalCoverage v0.8.0

Diff since v0.7.0

Merged pull requests:

  • Add option to specify git root directory (#53) (@theogf)

Closed issues:

  • Support coverage of package extension ? (#52)

v0.7.0

26 Oct 10:30
Compare
Choose a tag to compare

LocalCoverage v0.7.0

Diff since v0.6.0

Merged pull requests:

  • feat: add optional test_args/folder_list/file_list (#46) (@twilsonco)
  • Update example usage in README.md (#48) (@sjvrijn)
  • Minor cleanup, tag a release. (#49) (@tpapp)

Closed issues:

  • Proposal : Replace python dependency for lcov -> xml conversion (#41)
  • Support subsets of tests (#45)

v0.6.0

26 Mar 15:44
e5c0a00
Compare
Choose a tag to compare

LocalCoverage v0.6.0

Diff since v0.5.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

13 Sep 08:23
7ced72d
Compare
Choose a tag to compare

LocalCoverage v0.5.0

Diff since v0.4.0

Closed issues:

  • Issues with new coverage summary (#36)
  • use a dummy package for testing (#40)

Merged pull requests:

  • CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) (#37) (@github-actions[bot])
  • Continuation of #38. (#39) (@tpapp)

v0.4.0

27 Aug 14:41
Compare
Choose a tag to compare

LocalCoverage v0.4.0

Diff since v0.3.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

08 Mar 15:13
3ecbbba
Compare
Choose a tag to compare

LocalCoverage v0.3.0

Diff since v0.2.3

Closed issues:

  • Cobertura/ xml generation broken (#25)

Merged pull requests:

v0.2.3

14 Jun 07:46
0dc9aac
Compare
Choose a tag to compare

LocalCoverage v0.2.3

Diff since v0.2.2

Merged pull requests:

  • Remove the Coverage.jl dependency, and instead depend only on CoverageTools.jl (#24) (@DilumAluthge)

v0.2.2

23 May 15:47
9aae830
Compare
Choose a tag to compare

LocalCoverage v0.2.2

Diff since v0.2.1

Closed issues:

  • More informative error message when lcov is missing (#22)

Merged pull requests:

  • CompatHelper: bump compat for "PrettyTables" to "1.0" (#21) (@github-actions[bot])
  • More informative error message when lcov is not installed. (#23) (@tpapp)