Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Jul 18, 2025

Description

Fix a typo that is failing on CI on my PR: #3603

Here is an example failure

Warning: "moutn" should be "mount".
Warning: "moutn" should be "mount".
error: `moutn` should be `mount`
  --> ./crates/mount/src/lib.rs:45:13
   |
45 |         let moutn_config =
   |             ^^^^^
   |
error: `moutn` should be `mount`
  --> ./crates/mount/src/lib.rs:49:13
   |
49 |             moutn_config
   |             ^^^^^

Related Issue(s)

Documentation

@alamb alamb marked this pull request as ready for review July 18, 2025 20:07
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Jul 18, 2025
Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
@alamb
Copy link
Contributor Author

alamb commented Jul 18, 2025

🤦 -- I am not sure how the spell check CI test is failing given I fixed it in this PR 🤔

Screenshot 2025-07-18 at 4 09 31 PM

@ion-elgreco ion-elgreco enabled auto-merge July 18, 2025 20:50
@codecov
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 20.69%. Comparing base (6a4f249) to head (fb18456).
Report is 1 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (6a4f249) and HEAD (fb18456). Click for more details.

HEAD has 4 uploads less than BASE
Flag BASE (6a4f249) HEAD (fb18456)
6 2
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3604       +/-   ##
===========================================
- Coverage   74.50%   20.69%   -53.82%     
===========================================
  Files         146       76       -70     
  Lines       44876    13270    -31606     
  Branches    44876    13270    -31606     
===========================================
- Hits        33437     2746    -30691     
- Misses       9248    10243      +995     
+ Partials     2191      281     -1910     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rtyler rtyler disabled auto-merge July 19, 2025 18:06
@rtyler rtyler merged commit 39c1f0a into delta-io:main Jul 19, 2025
38 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

binding/rust Issues for the Rust crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants