RustLight / sacn

A Rust implementation of the ANSI E1.31 Streaming ACN protocol, tested against protocol version ANSI E1.31-2018.
Apache License 2.0
40 stars 8 forks source link

[Feature] Coverage Reporting #7

Open Lan2u opened 4 years ago

Lan2u commented 4 years ago

Is your feature request related to a problem? Please describe. The project was setup for manual coverage testing using grcov but now that it is being moved for deployment this should be setup to run automatically on each commit.

Describe the solution you'd like Setup a github action that automatically reports current test coverage of the library using something like codecov.io.