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

unordered_map,unordered_set: Further extend unit tests #78

Merged
merged 4 commits into from
Jan 11, 2020

Conversation

stotko
Copy link
Owner

@stotko stotko commented Jan 11, 2020

The code coverage of unordered_map and unordered_set has been recently improved (see #77), but it is still incomplete. Take a further step towards full coverage by extending the unit tests even further. This also fixes a minor bug in #77.

@stotko stotko added this to the 1.2.0 milestone Jan 11, 2020
@codecov
Copy link

codecov bot commented Jan 11, 2020

Codecov Report

Merging #78 into master will increase coverage by 3.16%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   86.77%   89.93%   +3.16%     
==========================================
  Files          27       27              
  Lines        1580     1580              
==========================================
+ Hits         1371     1421      +50     
+ Misses        209      159      -50
Impacted Files Coverage Δ
src/stdgpu/impl/unordered_base_detail.cuh 91.37% <0%> (+2.53%) ⬆️
src/stdgpu/impl/unordered_map_detail.cuh 87.77% <0%> (+22.22%) ⬆️
src/stdgpu/impl/unordered_set_detail.cuh 87.5% <0%> (+22.72%) ⬆️

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 75dd55c...df1b6d6. Read the comment docs.

@stotko stotko merged commit 67fe38e into master Jan 11, 2020
@stotko stotko deleted the unordered_map_set_further_tests branch January 11, 2020 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant