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

Enable Error Annotation for CI Errors #22

Merged
merged 4 commits into from
Jan 18, 2025
Merged

Enable Error Annotation for CI Errors #22

merged 4 commits into from
Jan 18, 2025

Conversation

henryhchchc
Copy link
Owner

@henryhchchc henryhchchc commented Jan 17, 2025

Closes #21

  • cargo fmt
  • cargo check
  • Clippy
  • Build
  • Test
  • Doc

cargo check are removed since clippy does more thing than it.

@henryhchchc henryhchchc added the github_actions Pull requests that update GitHub Actions code label Jan 17, 2025
@henryhchchc henryhchchc self-assigned this Jan 17, 2025
@henryhchchc henryhchchc force-pushed the ci/annotate branch 5 times, most recently from 142000e to 5344870 Compare January 17, 2025 15:35
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.01%. Comparing base (d79fc30) to head (1ffb9f5).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   77.97%   78.01%   +0.03%     
==========================================
  Files          51       51              
  Lines        5326     5326              
  Branches     5326     5326              
==========================================
+ Hits         4153     4155       +2     
+ Misses        531      530       -1     
+ Partials      642      641       -1     
Flag Coverage Δ
integration_tests 61.22% <ø> (ø)
unit_tests 25.51% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@henryhchchc henryhchchc marked this pull request as ready for review January 18, 2025 07:21
@henryhchchc
Copy link
Owner Author

Seems that can be done only for clippy now.

.github/workflows/ci.yml Dismissed Show dismissed Hide dismissed
.github/workflows/ci.yml Dismissed Show dismissed Hide dismissed
@henryhchchc henryhchchc merged commit e364154 into main Jan 18, 2025
14 checks passed
@henryhchchc henryhchchc deleted the ci/annotate branch January 18, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annotate Code Diff with CI Errors in PRs
1 participant