ActivityWatch / aw-server-rust

High-performance implementation of the ActivityWatch server, written in Rust
Mozilla Public License 2.0
196 stars 56 forks source link

Building cargo-kcov in CI takes >5min #117

Closed ErikBjare closed 4 years ago

ErikBjare commented 4 years ago

Slowing down the build significantly: https://github.com/ActivityWatch/aw-server-rust/pull/89/checks?check_run_id=638369573

Running the tests themselves under coverage also take considerable time (>5min), but I noticed that just building cargo-kcov takes ~5min.

johan-bjareholt commented 4 years ago

The coverage is also completely broken, some files say that we for example have 133 lines not hit while the file is only 13 lines long...

I'll look at grcov instead, maybe that's a better option.

johan-bjareholt commented 4 years ago

grcov is merged and working, closing