Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Releases: lpenz/ghaction-rust-coverage

v0.15.0

25 Dec 18:53
cb3d971
Compare
Choose a tag to compare

Commits

v0.14.0

23 Oct 21:09
Compare
Choose a tag to compare

Commits

  • 8ae31a5: Upgrade nightly to 2023-10-19 (Leandro Lisboa Penz)

v0.13.0

19 Aug 15:06
f4edd61
Compare
Choose a tag to compare

Commits

v0.12.0

01 Mar 22:46
Compare
Choose a tag to compare

Commits

v0.11.0

26 Oct 21:10
4617679
Compare
Choose a tag to compare

Commits

v0.10.0

14 Aug 07:45
3c5a68f
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Full Changelog: v0.9.0...v0.10.0

Fix "SF:" records

13 Aug 15:29
bed5dfa
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.8.0...v0.9.0

Add pkg-config

28 Jun 20:02
86a4412
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.7.0...v0.8.0

v0.6.0

27 Jan 21:39
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

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-cov
  • doctest: setting it to false makes us skip doctest, which is unstable upstream

Update rust to support edition=2021

02 Jan 19:42
Compare
Choose a tag to compare
  • 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