You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be achieved ignoring crate-a from the files, but it increases in complexity as the workspace has more members: cargo llvm-cov --package crate-b --ignore-filename-regex '(^|\/)crate-a'
The text was updated successfully, but these errors were encountered:
I've faced the same issue as #278, i'll try to provide a reproducible example:
Create a new workspace with the following structure:
The content of the files:
Run the coverage report just for crate-b:
cargo llvm-cov --package crate-b
This is the actual output:
This is the expected output:
It can be achieved ignoring crate-a from the files, but it increases in complexity as the workspace has more members:
cargo llvm-cov --package crate-b --ignore-filename-regex '(^|\/)crate-a'
The text was updated successfully, but these errors were encountered: