Skip to content

Fix two new compiler warnings in fuzz #859

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

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

TheBlueMatt
Copy link
Collaborator

This fixes two trivial compiler warnings in fuzz that point to
broken usage of explicit panic!()s.

This fixes two trivial compiler warnings in fuzz that point to
broken usage of explicit `panic!()`s.
@codecov
Copy link

codecov bot commented Mar 31, 2021

Codecov Report

Merging #859 (d015ff2) into main (6fcac8b) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #859      +/-   ##
==========================================
+ Coverage   90.60%   90.62%   +0.02%     
==========================================
  Files          51       51              
  Lines       27193    27193              
==========================================
+ Hits        24637    24644       +7     
+ Misses       2556     2549       -7     
Impacted Files Coverage Δ
lightning/src/ln/functional_tests.rs 97.02% <0.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6fcac8b...d015ff2. Read the comment docs.

@TheBlueMatt TheBlueMatt merged commit 7665b14 into lightningdevkit:main Apr 1, 2021
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.

3 participants