-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
A-nextestArea: nextest integration https://github.com/nextest-rs/nextestArea: nextest integration https://github.com/nextest-rs/nextestC-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing one
Description
We are using separate nextest archives for separate feature-sets, and we'd like cargo llvm-cov report to be able to create a combined report from the separate archives. It appears that the report command only permits a single --nextest-archive-file argument.
- we
nextest-archiveeach--feature, using a common target directorytarget/llvm-cov-target/` - for each nextest archive, we run
llvm-cov nextestin a separate CI job - a subsequent job collects all of the
profrawfiles and puts them undertarget/llvm-cov-target/. - we then attempt to generate a coverage report using that directory:
So we'd like to be able to do cargo llvm-cov report --nextest-archive-file <file1> --nextest-archive-file <file2>.
Metadata
Metadata
Assignees
Labels
A-nextestArea: nextest integration https://github.com/nextest-rs/nextestArea: nextest integration https://github.com/nextest-rs/nextestC-enhancementCategory: A new feature or an improvement for an existing oneCategory: A new feature or an improvement for an existing one