Motivations
I have a rust sever and embedded project in the same repo, and I would like to get code coverage from the server.
Solution
Build rust with --enable-profiler
Alternatives
Figure out how to use a different rustc for my server and embedded.
Additional context
Motivations
I have a rust sever and embedded project in the same repo, and I would like to get code coverage from the server.
Solution
Build rust with
--enable-profilerAlternatives
Figure out how to use a different
rustcfor my server and embedded.Additional context