Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[WIP] Run clippy fix on clippy::pedantic errors #3206

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
Loading
from

Conversation

crutcher
Copy link
Contributor

Checklist

  • Confirmed that cargo run-checks command has been executed.
  • Made sure the book is up to date with changes in this PR.

Changes

This sits on top of #3200

I enabled pedantic = "deny"; ran cargo clippy --fix; then disabled and cleaned up.

Copy link

codecov bot commented May 16, 2025

Codecov Report

Attention: Patch coverage is 71.89189% with 312 lines in your changes missing coverage. Please review.

Project coverage is 82.08%. Comparing base (e21cc7e) to head (15a97de).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/onnx-ir/src/ir.rs 4.87% 39 Missing ⚠️
crates/burn-cubecl-fusion/src/shared/kernel.rs 0.00% 23 Missing ⚠️
crates/burn-router/src/runner.rs 79.43% 22 Missing ⚠️
...ates/burn-train/src/renderer/tui/metric_numeric.rs 0.00% 16 Missing ⚠️
crates/burn-train/src/renderer/tui/renderer.rs 0.00% 15 Missing ⚠️
crates/burn-cubecl-fusion/src/shared/io.rs 0.00% 9 Missing ⚠️
crates/burn-remote/src/server/base.rs 0.00% 7 Missing ⚠️
.../burn-dataset/src/source/huggingface/downloader.rs 0.00% 6 Missing ⚠️
crates/burn-ndarray/src/ops/simd/conv.rs 25.00% 6 Missing ⚠️
crates/burn-tch/src/ops/base.rs 14.28% 6 Missing ⚠️
... and 77 more

❌ Your patch check has failed because the patch coverage (71.89%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3206      +/-   ##
==========================================
- Coverage   82.22%   82.08%   -0.14%     
==========================================
  Files         962      963       +1     
  Lines      122572   122762     +190     
==========================================
- Hits       100779   100769      -10     
- Misses      21793    21993     +200     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@crutcher crutcher force-pushed the crutcher/pedantic branch from 28239b9 to 15a97de Compare May 16, 2025 22:05
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.