atomicdata-dev / atomic-server

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://atomicserver.eu
MIT License
994 stars 46 forks source link

Get insights into code / test coverage #337

Closed joepio closed 2 years ago

joepio commented 2 years ago

I'm not sure how well the tests cover the code, at this point. Getting insight into this is the first step.

The llvm-cov project seems to work well locally (contrary to tarpaulin that doesn't support macos at the moment).

This gives some insights:

cargo llvm-cov --all-features --show-missing-lines

Looks like about 61% of the functions are currently covered.

joepio commented 2 years ago

https://app.codecov.io/gh/joepio/atomic-data-rust/