Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Jul 6, 2024

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%2Bgit.luolix.top%2Fmoka-rs%2Fmoka/

It was already replaced by `cargo llvm-cov` + Codecov.
@tatsuya6502 tatsuya6502 added this to the v0.12.8 milestone Jul 6, 2024
Copy link

codecov bot commented Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 8f19775 into main Jul 6, 2024
51 checks passed
@tatsuya6502 tatsuya6502 deleted the ci-remove-cargo-tarpaulin branch July 6, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant