Releases: JuliaCI/julia-coverage-buildkite-plugin
Releases · JuliaCI/julia-coverage-buildkite-plugin
v1.4
What's Changed
New Contributors
Full Changelog: v1...v1.4
v1 (manually updated to point to the latest v1.x tag)
Rewrite plugin to use CoverageTools + Codecov CLI (#11)
v1.3
- removes the unused
codecov
variables
- if coverage submission fails, or a key is missing, generate an annotation but don't fail the build
v1.2.1
Hotfix: only submit coverage if we have a token.
v1.2
What's Changed
- Clean folders after processing them. by @maleadt in #6
v1.1
Use Coverage.jl for coverage submission.
v1.0
Assume the registry has been updated already.
v0.3
Don't clone the registry.
v0.2
Support for setting dirs
property.