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

Fix fuzz crate lints and update deps #4873

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Fix fuzz crate lints and update deps #4873

merged 2 commits into from
Jan 2, 2025

Conversation

jtran
Copy link
Collaborator

@jtran jtran commented Dec 28, 2024

Since adding workspace lints in #4665, the fuzz crate has been broken. It isn't part of the workspace. When I fixed this, cargo decided that lots of libraries needed updating.

Also, the parser fuzz target was using the old parser API. So I updated that too.

Copy link

qa-wolf bot commented Dec 28, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Dec 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Dec 28, 2024 8:48pm

Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.84%. Comparing base (70b8541) to head (52dd92f).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4873   +/-   ##
=======================================
  Coverage   85.84%   85.84%           
=======================================
  Files          86       86           
  Lines       30946    30946           
=======================================
  Hits        26566    26566           
  Misses       4380     4380           
Flag Coverage Δ
wasm-lib 85.84% <ø> (ø)

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.

@jtran jtran merged commit 3d27f01 into main Jan 2, 2025
33 checks passed
@jtran jtran deleted the jtran/fix-fuzz-lints branch January 2, 2025 19:05
jtran added a commit that referenced this pull request Jan 2, 2025
* Fix fuzz to use new API

* Fix fuzz Cargo.toml lints and update lock
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.

2 participants