Closed djc closed 5 years ago
Looks like there is a latest-nightly
tag we could take advantage of.
Questions to resolve for this
coverage.yml
template? Do we accept the docker information as a parameter? Accept the rusttoolchain and map that to docker images?stages.yml
template or is it too specialized, making the usability worse for the simple cases?@jonhoo, thoughts?
I was thinking just as a parameter. My particular use may indeed be quite niche, but I could imagine that nightly-only projects (for example, anyone working on their async/await stuff right now) would still be interested in coverage data, so just defaulting to stable doesn't seem like a great option either.
nightly_coverage
parameter to stages
, and nightly
parameter to coverage
:)
rustc has been broken for a while for Quinn's coverage. This has recently been fixed on master, so it would be nice if I can tweak the config to have coverage run on nightly instead of stable.