moka-rs / moka

A high performance concurrent caching library for Rust
Apache License 2.0
1.56k stars 69 forks source link

CI: Remove the CI for `cargo tarpaulin` + Coveralls #435

Closed tatsuya6502 closed 2 months ago

tatsuya6502 commented 2 months ago

Remove the CI running on Circle CI for cargo tarpaulin + Coveralls. The code coverage tool was already replaced by cargo llvm-cov + Codecov via #429.

Also hide the FOSSA status from the README. The FOSSA job is not working correctly; it is emitting error "no dependencies found". https://app.fossa.com/projects/git%2Bgithub.com%2Fmoka-rs%2Fmoka/

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.97%. Comparing base (c78027a) to head (5f19d5f). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #435 +/- ## ========================================== + Coverage 94.94% 94.97% +0.03% ========================================== Files 44 44 Lines 20983 20983 ========================================== + Hits 19922 19929 +7 + Misses 1061 1054 -7 ```