-
-
Notifications
You must be signed in to change notification settings - Fork 22
Test Coverage #140
Comments
Tested tarpaulin on development. It fails the |
Also tested kcov. It was a little harder to set up (more dependencies), but it didn't crash when I ran it. On the bright side, our code coverage is somewhere around 82-83% (83.75% according to tarpaulin, 81.9% according to kcov). |
I ran kcov through |
We may run into issues like the ones detailed here: interledger/interledger-rs#78 This is yet to be seen. |
The IntelliJ Rust plugin recently added code coverage support (still in progress for CLion): It uses |
When counting just lines, code coverage is about 84%. However, when counting branches such as those caused by the |
We currently lack insight into test coverage. We need to look into test coverage tools so we can measure how well the code is tested.
The recommended service to use is Codecov (example docs). It can be supplied data from
kcov
(see the example docs) ortarpaulin
.Supports #30
The text was updated successfully, but these errors were encountered: