LocalCoverage.jl

Trivial functions for working with coverage for packages locally.

OTHER License

Stars
71
Committers
13

Bot releases are visible (Hide)

LocalCoverage.jl - v0.8.0 Latest Release

Published by github-actions[bot] 3 months ago

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)
LocalCoverage.jl - v0.7.0

Published by github-actions[bot] 12 months ago

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)
LocalCoverage.jl - v0.6.0

Published by github-actions[bot] over 1 year ago

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])
LocalCoverage.jl - v0.5.0

Published by github-actions[bot] about 2 years ago

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)
LocalCoverage.jl - v0.4.0

Published by github-actions[bot] about 2 years ago

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])
LocalCoverage.jl - v0.3.0

Published by github-actions[bot] over 2 years ago

LocalCoverage v0.3.0

Diff since v0.2.3

Closed issues:

  • Cobertura/ xml generation broken (#25)

Merged pull requests:

  • Use new lcov_cobertura binary (#26) (@helgee)
LocalCoverage.jl - v0.2.3

Published by github-actions[bot] over 3 years ago

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)
LocalCoverage.jl - v0.2.2

Published by github-actions[bot] over 3 years ago

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)
LocalCoverage.jl - v0.2.1

Published by github-actions[bot] over 3 years ago

LocalCoverage v0.2.1

Diff since v0.2.0

Closed issues:

  • Register the package? (#14)

Merged pull requests:

  • Compute & pretty-print coverage details by file (#17) (@ffevotte)
  • Recover if git fails to run (#19) (@marcom)
LocalCoverage.jl - v0.2.0

Published by github-actions[bot] almost 4 years ago

LocalCoverage v0.2.0

Diff since v0.1.0

Closed issues:

  • Don't use deprecated Pkg.dir for finding coverage results. (#5)
  • New code coverage format always leads to 100% coverage (#6)
  • Move to JuliaCI (#12)

Merged pull requests:

  • Fix how current branch is determined (#7) (@travigd)
  • Install TagBot as a GitHub Action (#8) (@JuliaTagBot)
  • cleanup and modernization (#13) (@ExpandingMan)
  • added option to generate cobertura XML (#16) (@ExpandingMan)
LocalCoverage.jl - initial release

Published by tpapp about 6 years ago