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

Add string.Memcmp #155

Merged
merged 4 commits into from
Oct 2, 2018
Merged

Add string.Memcmp #155

merged 4 commits into from
Oct 2, 2018

Conversation

rjalfa
Copy link
Contributor

@rjalfa rjalfa commented Oct 2, 2018

Added memcmp and corresponding integration test.

@rjalfa rjalfa mentioned this pull request Oct 2, 2018
@Konstantin8105
Copy link
Owner

As I understood, also need registrate function here:

"string.h": {

@codecov-io
Copy link

codecov-io commented Oct 2, 2018

Codecov Report

Merging #155 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
+ Coverage   88.04%   88.05%   +<.01%     
==========================================
  Files         168      168              
  Lines        9419     9426       +7     
==========================================
+ Hits         8293     8300       +7     
  Misses        773      773              
  Partials      353      353
Impacted Files Coverage Δ
program/function_definition.go 91.86% <ø> (ø) ⬆️
noarch/string.go 100% <100%> (ø) ⬆️

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 7b105cf...0f8ea17. Read the comment docs.

@Konstantin8105 Konstantin8105 merged commit d798152 into Konstantin8105:master Oct 2, 2018
@Konstantin8105
Copy link
Owner

Thank you for PR.

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.

None yet

3 participants