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

Update CI actions #455

Merged
merged 15 commits into from
Jul 20, 2023
Merged

Update CI actions #455

merged 15 commits into from
Jul 20, 2023

Conversation

adzialocha
Copy link
Member

@adzialocha adzialocha commented Jul 20, 2023

  • Remove unreliable tarpaulin and use source-based code coverage and grcov for coverage
  • Use https://github.com/moonrepo/setup-rust instead of unmaintained actions-rs, this action also handles caching internally for us
  • Separate build task from test

Closes #453

📋 Checklist

  • Add tests that cover your changes
  • Add this PR to the Unreleased section in CHANGELOG.md
  • Link this PR to any issues it closes
  • New files contain a SPDX license header

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.92 🎉

Comparison is base (ea723fc) 89.90% compared to head (14c7fae) 91.82%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #455      +/-   ##
==========================================
+ Coverage   89.90%   91.82%   +1.92%     
==========================================
  Files          88      100      +12     
  Lines        8813    15733    +6920     
==========================================
+ Hits         7923    14447    +6524     
- Misses        890     1286     +396     

see 100 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@adzialocha adzialocha marked this pull request as ready for review July 20, 2023 16:07
@adzialocha adzialocha merged commit 2a0e3fb into main Jul 20, 2023
10 checks passed
@adzialocha adzialocha deleted the improve-coverage-ci branch July 20, 2023 16:07
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.

CI: Updates required for cargo fmt
1 participant