mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Investigate other coverage tools for use in Github workflow #36

Open mnemonikr opened 1 year ago

mnemonikr commented 1 year ago

https://github.com/taiki-e/cargo-llvm-cov is an option. Can see how Amazon uses it in https://github.com/amazon-ion/ion-rust/pull/538

mnemonikr commented 1 year ago

https://github.com/actions-rs/toolchain is another source of actions that could be used instead of direct shell commands.