typst / ecow

Compact, clone-on-write vector and string.
Apache License 2.0
208 stars 16 forks source link

Improve code coverage #21

Closed CosmicHorrorDev closed 1 year ago

CosmicHorrorDev commented 1 year ago

This should bump up the code coverage a decent bit including covering most of the unsafe bits at least

CosmicHorrorDev commented 1 year ago

Might have to switch to using a token for the coverage without the integration. There's some docs in cargo-llvm-cov's README. You would just have to add the token to the repo's secrets

CosmicHorrorDev commented 1 year ago

Locally I'm getting 91% line coverage for what it's worth

laurmaedje commented 1 year ago

Thanks!