Swatinem / fucov

A GitHub Action that does single-action code coverage generation.
8 stars 3 forks source link

Source based coverage was stabilized #4

Closed Shatur closed 1 year ago

Shatur commented 2 years ago

With Rust 1.60 source based coverage was stabilized. So starting with this version instrument-coverage now in stable book. Could you add support for Rust 1.60 by checking the available version?

Swatinem commented 2 years ago

This action also depends on https://github.com/rust-lang/cargo/issues/9427 currently, which is still not stabilized. Though I might as well push for it to get stabilized eventually.

Swatinem commented 1 year ago

I have now officially deprecated my action in favor of https://github.com/taiki-e/cargo-llvm-cov. That solution will work on stable, and allows opting into nightly doctests if you care about those.