Skip to content

Releases: JuliaCI/Coverage.jl

v1.2.2

10 Jun 23:57
b79485e

Choose a tag to compare

Coverage v1.2.2

Diff since v1.2.1

Merged pull requests:

  • Coveralls: assert that github_pr is either a string or an integer, and don't rely on integers being "non-empty" (#317) (@DilumAluthge)

v1.2.1

09 Jun 05:04
aa01a30

Choose a tag to compare

Coverage v1.2.1

Diff since v1.2.0

Closed issues:

  • Add GitHub Actions based CI for this repository (#292)
  • Coverage fails at submit_local. (#301)
  • Debugging the Coveralls errors (#314)

Merged pull requests:

v1.2.0

20 Nov 01:22

Choose a tag to compare

Coverage v1.2.0

Diff since v1.1.1

Closed issues:

  • Excluding some files from coverage (#44)
  • Have an option to mark lines as "ok that this isn't covered" (#53)
  • Document calling from command line (#98)
  • Exclude @static lines from required coverage count (#139)
  • Readme instructions unclear (#262)
  • Travis is failing on Julia nightly (#273)
  • Misses macros that work on functions (#275)
  • Error uploading coverage stats (#276)
  • Bug: Function declaration shown as missed although function body is hit (#277)
  • Coverage uploading question (#278)
  • CI is failing (#283)
  • better github action support? (#284)
  • Error on Travis when submitting to Coveralls (#286)
  • normalize file path separators (#290)

Merged pull requests:

v1.1.1

22 Apr 19:04
9ddfeaf

Choose a tag to compare

Coverage v1.1.1

Diff since v1.1.0

Merged pull requests:

  • CompatHelper: bump compat for "MbedTLS" to "1.0" (#267) (@github-actions[bot])

v1.1.0

22 Apr 16:05
772d77e

Choose a tag to compare

Coverage v1.1.0

Diff since v1.0.0

Closed issues:

  • Possible bug: Length of coverage does not always match number of source lines in file (#234)
  • Weird memory allocation numbers (#260)
  • Coverage.jl reporting lines surrounded by covered code as not covered (#261)
  • Error running coverage test on travis (#264)

Merged pull requests:

v1.0.0

05 Dec 03:18
v1.0.0
988ac17

Choose a tag to compare

v1.0.0 (2019-12-05)

Diff since v0.9.3

Closed issues:

  • Duplicated files in Coveralls (#245)
  • Add instructions for coverage reporting using Pkg.test (#236)
  • Tag a release (#235)

Merged pull requests:

v0.9.3

25 Sep 22:18
v0.9.3
a4c2f77

Choose a tag to compare

v0.9.3 (2019-09-25)

Diff since v0.9.2

Closed issues:

  • No CI support for Github Actions (#232)
  • .codecov.yml not detected (#229)
  • Coverage not working on travis-ci (#228)
  • Coverage fails on travis Ci with julia nightly (#227)
  • Support for GitLab CI? (#226)
  • Permission denied error (#225)

Merged pull requests:

v0.9.2

17 Jun 16:59
v0.9.2

Choose a tag to compare

v0.9.2 (2019-06-17)

Diff since v0.9.1

Closed issues:

  • On Windows the dir separator must be '\' and not '/' (#224)

Merged pull requests:

v0.9.1

18 Mar 07:17

Choose a tag to compare

Version 0.9.1

v0.9.0

08 Mar 11:33

Choose a tag to compare

Improved coverage computation and documented, bug fixes