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

Bit module in Core package #673

Merged
merged 5 commits into from
Jan 23, 2022
Merged

Bit module in Core package #673

merged 5 commits into from
Jan 23, 2022

Conversation

raviqqe
Copy link
Contributor

@raviqqe raviqqe commented Jan 23, 2022

Close #670.

@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2022

Codecov Report

Merging #673 (c420203) into main (2e92ae3) will decrease coverage by 0.01%.
The diff coverage is 12.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #673      +/-   ##
==========================================
- Coverage   85.95%   85.93%   -0.02%     
==========================================
  Files         313      314       +1     
  Lines       28976    28983       +7     
==========================================
+ Hits        24905    24906       +1     
- Misses       4071     4077       +6     
Impacted Files Coverage Δ
lib/core/ffi/src/bit.rs 0.00% <0.00%> (ø)
lib/core/ffi/src/lib.rs 100.00% <100.00%> (ø)
lib/ffi/src/closure.rs 100.00% <0.00%> (+3.22%) ⬆️

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 2e92ae3...c420203. Read the comment docs.

@raviqqe raviqqe added the merge label Jan 23, 2022
@mergify mergify bot merged commit 942a0b0 into main Jan 23, 2022
@mergify mergify bot deleted the feature/bitwise-ops branch January 23, 2022 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bitwise operation functions in Core package
2 participants