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
@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:
- 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)