oscoin / osrank-rs

A pre-alpha osrank implementation in Rust.
http://oscoin.io/
3 stars 3 forks source link

Play with code coverage #25

Closed adinapoli-mndc closed 5 years ago

adinapoli-mndc commented 5 years ago

Ignore this PR -- it's just me trying to play with code coverage not knowing what do do!

adinapoli-mndc commented 5 years ago

I did naively assume that the Docker container would have automagically re-build and uploaded to Goog Cloud, but looks like I have to do it myself 🤢

adinapoli-mndc commented 5 years ago

@MeBrei This is currently a work-in-progress and proper CI cove coverage doesn't work. However, I did add a local script to generate an HTML coverage report:

Screenshot 2019-08-26 at 11 08 38

As this is useful to have for my current #41 task, I will merge this in the meantime (it's innocuous) and improve things later.