Skip to content

Tags: JuliaCI/Coverage.jl

Tags

v1.8.1

Toggle v1.8.1's commit message
[Diff since v1.8.0](v1.8.0...v1.8.1)

**Merged pull requests:**
- Update SHA version constraints in Project.toml (#354) (@IanButterworth)
- v1.8.1 (#355) (@IanButterworth)

v1.8.0

Toggle v1.8.0's commit message
[Diff since v1.7.0](v1.7.0...v1.8.0)

**Merged pull requests:**
- bump support for JSON 1.0 (#352) (@KristofferC)
- bump version to 1.8.0 (#353) (@KristofferC)

v1.7.0

Toggle v1.7.0's commit message
[Diff since v1.6.1](v1.6.1...v1.7.0)

• **Modernized uploader integration**: Now uses official Codecov and Coveralls uploaders instead of deprecated 3rd party HTTP uploads, with automatic cross-platform binary download and management

• **New simplified API**: Added `process_and_upload()`, `upload_to_codecov()`, and `upload_to_coveralls()` functions for easier CI integration, plus enhanced parallel job support with flags and build IDs

• **Full backward compatibility**: Legacy `Codecov.submit()` and `Coveralls.submit()` functions continue to work seamlessly with deprecation warnings, ensuring no breaking changes for existing users

**Merged pull requests:**
- Modernize (#349) (@IanButterworth)
- Bump actions/checkout from 4 to 5 (#350) (@dependabot[bot])

**Closed issues:**
- clean_folder for .mem files (#341)
- Badge information not automatically filled (#344)

v1.6.1

Toggle v1.6.1's commit message
## Coverage v1.6.1

[Diff since v1.6.0](v1.6.0...v1.6.1)


**Merged pull requests:**
- Path to julia Appveyor (#329) (@CNelias)
- document  `COV_EXCL_START`, `COV_EXCL_STOP` and `COV_EXCL_LINE` (#335) (@t-bltg)
- Create dependabot.yml (#338) (@ranocha)
- Bump actions/checkout from 2 to 4 (#342) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#343) (@dependabot[bot])

**Closed issues:**
- Manual upload to Codecov fails with ENETUNREACH (#323)
- Document manual exclusion of lines/blocks from coverage count (#326)
- Issue with appveyor (#328)
- submit to Codecov from Azure pipelines fails (#336)

v1.6.0

Toggle v1.6.0's commit message
## Coverage v1.6.0

[Diff since v1.5.0](v1.5.0...v1.6.0)


**Closed issues:**
- No support for Gitlab CI (#330)

**Merged pull requests:**
- CompatHelper: bump compat for HTTP to 1, (keep existing compat) (#332) (@github-actions[bot])
- Bump version (#333) (@DilumAluthge)

v1.5.0

Toggle v1.5.0's commit message
## Coverage v1.5.0

[Diff since v1.4.0](v1.4.0...v1.5.0)



**Merged pull requests:**
- Rephrase instructions for local usage (#327) (@timholy)
- Add Gitlab CI to Coverage (#331) (@theogf)

v1.4.0

Toggle v1.4.0's commit message
## Coverage v1.4.0

[Diff since v1.3.2](v1.3.2...v1.4.0)


**Closed issues:**
- local declaration not counting as covered (#322)

**Merged pull requests:**
- Add support for Buildkite. (#324) (@maleadt)
- Bump version. (#325) (@maleadt)

v1.3.2

Toggle v1.3.2's commit message
## Coverage v1.3.2

[Diff since v1.3.1](v1.3.1...v1.3.2)


**Closed issues:**
- fix deprecated HTTP post call (#308)

**Merged pull requests:**
- Coveralls: fix a deprecated HTTP post call (#321) (@DilumAluthge)

v1.3.1

Toggle v1.3.1's commit message
## Coverage v1.3.1

[Diff since v1.3.0](v1.3.0...v1.3.1)



**Merged pull requests:**
- Run CI on Julia 1.0, 1.6, v1, and nightly (#320) (@DilumAluthge)

v1.3.0

Toggle v1.3.0's commit message
## Coverage v1.3.0

[Diff since v1.2.2](v1.2.2...v1.3.0)


**Closed issues:**
- multiple Coveralls reports on PRs here (#300)

**Merged pull requests:**
- Update Codecov upload API to v4 (replacement for #304) (#318) (@DilumAluthge)