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

test: Improve coverage of several (member) functions #84

Merged
merged 4 commits into from
Jan 14, 2020
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Jan 14, 2020

Some (member) functions are still not yet covered by the test suite. Address this issue by extending the unit tests of the memory, deque and vector modules.

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

codecov bot commented Jan 14, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   94.16%   97.82%   +3.66%     
==========================================
  Files          27       27              
  Lines        1610     1611       +1     
==========================================
+ Hits         1516     1576      +60     
+ Misses         94       35      -59
Impacted Files Coverage Δ
src/stdgpu/impl/memory_detail.h 98.63% <0%> (+6.9%) ⬆️
src/stdgpu/impl/deque_detail.cuh 94% <0%> (+13.5%) ⬆️
src/stdgpu/impl/vector_detail.cuh 94.48% <0%> (+15.17%) ⬆️

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 c03210d...0578b0e. Read the comment docs.

@stotko stotko merged commit a49e1e0 into master Jan 14, 2020
@stotko stotko deleted the test_coverage branch January 14, 2020 17:44
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