This repository was archived by the owner on Feb 17, 2024. It is now read-only.
Releases: lpenz/ghaction-rust-coverage
Releases · lpenz/ghaction-rust-coverage
v0.15.0
Commits
- shfmt (Leandro Lisboa Penz)
- f7874d1: "working_directory" support; add test to CI (Leandro Lisboa Penz)
- upgrade base image to Debian Bookworm (Leandro Lisboa Penz)
- install libclang-dev in the image (Leandro Lisboa Penz)
- 3a5ad27: Upgrade rust nightly to 2023-12-19 (Leandro Lisboa Penz)
- cb3d971: Increment version to 0.15.0 (Leandro Lisboa Penz)
v0.14.0
v0.13.0
Commits
- upgrade nightly toolchain to 2023-08-16 (Leandro Lisboa Penz)
- f4edd61: Update github actions (Leandro Lisboa Penz)
v0.12.0
Commits
- upgrade github actions (Leandro Lisboa Penz)
- upgrade nightly toolchain to 2023-02-28 (Leandro Lisboa Penz)
v0.11.0
Commits
- sync, publish github release (Leandro Lisboa Penz)
- update toolchain to nightly-2022-10-25 (Leandro Lisboa Penz)
- update github action versions (Leandro Lisboa Penz)
- use GITHUB_OUTPUT instead of set-output (Leandro Lisboa Penz)
v0.10.0
Full Changelog: v0.9.0...v0.10.0
Fix "SF:" records
Full Changelog: v0.8.0...v0.9.0
Add pkg-config
Full Changelog: v0.7.0...v0.8.0
v0.6.0
RUSTC_BOOTSTRAP=1 doesn't work as we expected anymore, so now we manually install rust nightly on a bulllseye upstream image, instead of getting the official stable rust-slim.
This release also adds a couple of new parameters:
test_args
: passed to cargo llvm-covdoctest
: setting it to false makes us skip doctest, which is unstable upstream
Update rust to support edition=2021
- Use official rust:slim as base, with
RUSTC_BOOTSTRAP='1'
to enable-Z
options - Migrate from cargo grcov to cargo-llvm-cov
Full Changelog: v0.4.1...v0.5.0