ilai-deutel / kibi

A text editor in ≤1024 lines of code, written in Rust
Other
1.46k stars 83 forks source link

Set up GitHub action for code coverage analysis #125

Closed ilai-deutel closed 2 years ago

ilai-deutel commented 3 years ago

Code coverage must be run on different platforms (Linux, MacOS, Windows).

It looks like grcov supports these platforms, as opposed to the more popular but Linux-only tarpaulin.

An action is available: https://github.com/actions-rs/grcov

ilai-deutel commented 2 years ago

Set up in #172