Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 467 Bytes

TEST_COVERAGE.md

File metadata and controls

9 lines (6 loc) · 467 Bytes

Test coverage of the augmented-audio repository

Currently, test-coverage is captured by Linux builds through cargo-tarpaulin.

You can see a detailed test coverage report here.

Coverage is low. The aggregate test-coverage for all the files on the repository is around 60%.

In the metric and report above though, UI code (crates/apps/\*/src/ui/) is excluded. These are mostly iced views.