delta-rs icon indicating copy to clipboard operation
delta-rs copied to clipboard

Capture and send code coverage to codecov.io

Open nfx opened this issue 4 years ago • 0 comments

Description

Sample implementation found at https://github.com/sevro/rust-codecov

Also as cargo ext https://github.com/kennytm/cargo-kcov

Technically, codecov doesn't need any GITHUB_TOKEN for public repos.

Use Case

Continuously measuring code quality and stability of connector. We should aim at 85% coverage, so that more people have confidence in using this repo.

nfx avatar May 24 '21 16:05 nfx