A repo presenting an example system for tracking generic metrics in CI like codecov.
This is from JonathanWoollett-Light#2.
This is from https://cimetrics.io/.
- Go to https://cimetrics.io/
- Click "Generate login"
- Store the filled out public key and private key in a password manager.
- Click "Login"
- Copy pull_request.yml and push.yml to your repo.
- Update the
Generate metrics
step in each to run your tests. - Update
PUBLIC_KEY
andPRIVATE_KEY
using secrets forPRIVATE_KEY
. - Update your tests to output a
metrics.csv
file to the root of your repository. See SDKs
Language | SDK |
---|---|
Rust | https://crates.io/crates/cimetrics-rs |