ledger-rs / dinero-rs

A command line tool for managing ledger files. Inspired by ledger-cli
20 stars 2 forks source link

Insufficient testing #3

Closed frosklis closed 3 years ago

frosklis commented 3 years ago

There are no tests for most of the functionality. I should aim for 80% coverage.

frosklis commented 3 years ago
frosklis commented 3 years ago
frosklis commented 3 years ago

I think I would already be at 80% (or at least close) if tarpaulin correctly counted tested lines. You can see in the (coverage reports)[https://app.codecov.io/gh/frosklis/dinero-rs] that there are some files where some lines are not properly accounted for. Currently at ~78%.