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

NFC: Remove unneeded #cfg(...) in digest_tests.rs #1647

Merged
merged 1 commit into from
Sep 19, 2023
Merged

NFC: Remove unneeded #cfg(...) in digest_tests.rs #1647

merged 1 commit into from
Sep 19, 2023

Conversation

briansmith
Copy link
Owner

The code is always enabled since "wasm32" was spelled wrongly. Apparently the wasm-bindgen compatibility issue is no longer an issue.

The code is always enabled since "wasm32" was spelled wrongly. Apparently
the wasm-bindgen compatibility issue is no longer an issue.
@briansmith briansmith self-assigned this Sep 19, 2023
@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #1647 (61c02d2) into main (e48fdcf) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1647   +/-   ##
=======================================
  Coverage   92.23%   92.23%           
=======================================
  Files         132      132           
  Lines       18845    18845           
  Branches      196      196           
=======================================
  Hits        17381    17381           
  Misses       1428     1428           
  Partials       36       36           
Files Changed Coverage Δ
tests/digest_tests.rs 100.00% <ø> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@briansmith briansmith merged commit c9fd0ba into main Sep 19, 2023
@briansmith briansmith deleted the b/wsam branch September 19, 2023 17:16
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