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

Ignore Cargo.lock in fuzzer #3636

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Ignore Cargo.lock in fuzzer #3636

merged 1 commit into from
Jan 31, 2024

Conversation

jedel1043
Copy link
Member

@jedel1043 jedel1043 commented Jan 31, 2024

A lock file is not needed because the fuzzer is not published + only used when developing.

Also fixes our lint list in the ast.

@jedel1043 jedel1043 added technical debt dependencies Pull requests that update a dependency file labels Jan 31, 2024
@jedel1043 jedel1043 added this to the v0.18.0 milestone Jan 31, 2024
@jedel1043 jedel1043 requested a review from a team January 31, 2024 01:10
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (39ba999) 47.38% compared to head (8da4768) 47.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3636   +/-   ##
=======================================
  Coverage   47.38%   47.38%           
=======================================
  Files         476      476           
  Lines       46617    46617           
=======================================
  Hits        22090    22090           
  Misses      24527    24527           

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

Copy link

Test262 conformance changes

Test result main count PR count difference
Total 96,310 96,310 0
Passed 79,946 79,946 0
Ignored 4,217 4,217 0
Failed 12,147 12,147 0
Panics 0 0 0
Conformance 83.01% 83.01% 0.00%

@HalidOdat HalidOdat requested a review from a team January 31, 2024 06:27
@raskad raskad added this pull request to the merge queue Jan 31, 2024
Merged via the queue into main with commit c6f02b6 Jan 31, 2024
14 checks passed
@jedel1043 jedel1043 deleted the ignore-fuzz-lock branch February 1, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants