-
Notifications
You must be signed in to change notification settings - Fork 731
Open
Description
Description
We now have automatic code coverage as part of the CI pipeline, posting the result to https://coveralls.io/github/fluentassertions/fluentassertions
At the time of writing our line coverage is 95.75% and branch coverage is 92.45%.
We do not seek 100% coverage at all costs as some parts might not/hardly be testable, but there are clearly spots were it's easy to write the missing tests.
Ideally all code should be testable through the public API and shouldn't require any changes to the implementation.
If you think the core project needs changes, please discuss those changes here first.
dennisdoomen and chvollm