community-rust icon indicating copy to clipboard operation
community-rust copied to clipboard

Should the analysis be done on the libraries stored in cargo cache ?

Open jaudiger opened this issue 2 years ago • 0 comments

I was looking at the logs from the plugin, and found that:

INFO: Importing [/builds/my-project/target/test/coverage/report.info]
WARN: Could not resolve 2287 file paths in [/builds/my-project/target/test/coverage/report.info]
WARN: First unresolved path: .cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.12.0/src/raw/sse2.rs (Run in DEBUG mode to get full list of unresolved paths)

The libraries are listed inside the coverage report. IMO, there shouldn't be there (but that's something on my side). Anyway, even if the libraries are listed in the report, should the rust plugin analyze them (for all the libraries located here: .cargo/registry) ?

jaudiger avatar Apr 11 '22 06:04 jaudiger