Releases: JuliaCI/Coverage.jl
Releases · JuliaCI/Coverage.jl
v1.2.2
Coverage v1.2.2
Merged pull requests:
- Coveralls: assert that
github_pris either a string or an integer, and don't rely on integers being "non-empty" (#317) (@DilumAluthge)
v1.2.1
Coverage v1.2.1
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:
- Update TagBot integration (#298) (@fingolfin)
- switch CI to GitHub Actions (#307) (@vtjnash)
- Re-enable code-coverage submission from CI (#309) (@vtjnash)
- README: Coverage.jl should be listed before CoverageTools.jl (#311) (@DilumAluthge)
- Add "contributors" to the list of authors in the
LICENSEandProject.tomlfiles (#312) (@DilumAluthge) - Fix Coveralls submission, and re-enable Coveralls submission from CI (#315) (@DilumAluthge)
v1.2.0
Coverage v1.2.0
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
@staticlines 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:
- Update travis test versions (#280) (@vtjnash)
- travis-ci.org -> travis-ci.com (#287) (@fingolfin)
- Support Github Actions with Codecov (#288) (@kyungminlee)
- updates for v1.5, etc. (#289) (@vtjnash)
- CompatHelper: bump compat for "HTTP" to "0.9" (#291) (@github-actions[bot])
- Coveralls: fix error reporting printing (#293) (@vtjnash)
- memalloc: remove dead code (#294) (@vtjnash)
- remove deprecations and depwarns (#295) (@vtjnash)
- Expand on data extraction from github action runs for Coveralls (#296) (@mfherbst)
v1.1.1
Coverage v1.1.1
Merged pull requests:
- CompatHelper: bump compat for "MbedTLS" to "1.0" (#267) (@github-actions[bot])
v1.1.0
Coverage v1.1.0
Closed issues:
- Possible bug: Length of
coveragedoes 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:
- Fix typo in README (#263) (@goggle)
- Install TagBot as a GitHub Action (#266) (@JuliaTagBot)
- Test Travis on Windows/Mac/Linux, test on more Julia versions, drop support for Julia 0.7 (#270) (@omus)
- README: Remove AppVeyor badge (#272) (@DilumAluthge)
v1.0.0
v1.0.0 (2019-12-05)
Closed issues:
- Duplicated files in Coveralls (#245)
- Add instructions for coverage reporting using Pkg.test (#236)
- Tag a release (#235)
Merged pull requests:
- Bump version from "1.0.0-DEV" to "1.0.0" (#258) (DilumAluthge)
- Update compat entries (#256) (DilumAluthge)
- CompatHelper: add new compat entry for "JSON" at version "0.21" (#255) (github-actions[bot])
- Remove duplicate Travis builds (#253) (DilumAluthge)
- Set up CompatHelper on this repo (#252) (DilumAluthge)
- Add pull request number to Coveralls.io (#251) (vtjnash)
- Support COVERALLS_PARALLEL environment variable (#250) (vtjnash)
- RFC: Factor out the core functionality to CoverageTools.jl (#249) (DilumAluthge)
- Improve instructions for getting coverage with
Pkg.test(#248) (DilumAluthge) - Test on macOS (#244) (DilumAluthge)
- Test on Julia 1.2 (#243) (DilumAluthge)
- Test on Julia 1.3 (#241) (DilumAluthge)
- Delete REQUIRE (#239) (DilumAluthge)
- Delete REQUIRE file (#237) (DilumAluthge)
v0.9.3
v0.9.3 (2019-09-25)
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:
- Add support for GitHub Actions (#233) (davidanthoff)
- add Azure pipelines support for codecov.io (#230) (simonbyrne)