mozilla / application-services

Firefox Application Services
https://mozilla.github.io/application-services/
Other
608 stars 225 forks source link

Produce Rust coverage using Tarpaulin or some other tool #3028

Closed data-sync-user closed 4 years ago

data-sync-user commented 4 years ago

In my testing, the "cargo tarpaulin" tool that reliably produced Rust code coverage results (even with its Linux-only limitation).

I also had less luck with kcov and grcov.

We can asynchronously produce coverage details for each component and upload a report for starters.

┆Issue is synchronized with this Jira Task ┆Story Points: 5 ┆Epic: a-s test coverage ┆Sprint: SYNC - end 2020-07-17

data-sync-user commented 4 years ago

➤ Thom Chiovoloni commented:

Fixed by https://github.com/mozilla/application-services/pull/3327