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

Increased coverage #20

Merged
merged 3 commits into from
Jun 26, 2019
Merged

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

[1] #19

Brief description of what is fixed or changed

PyDataStructs has now increased coverage.

Other comments

@codecov
Copy link

codecov bot commented Jun 26, 2019

Codecov Report

Merging #20 into master will increase coverage by 1.969%.
The diff coverage is 100%.

@@              Coverage Diff              @@
##            master       #20       +/-   ##
=============================================
+ Coverage   96.125%   98.095%   +1.969%     
=============================================
  Files           15        15               
  Lines          413       420        +7     
=============================================
+ Hits           397       412       +15     
+ Misses          16         8        -8
Impacted Files Coverage Δ
...tructs/linear_data_structures/tests/test_arrays.py 100% <100%> (ø) ⬆️
...tructs/trees/tests/test_space_partitioning_tree.py 100% <100%> (ø) ⬆️
...datastructs/miscellaneous_data_structures/stack.py 95.454% <100%> (+6.818%) ⬆️
pydatastructs/trees/tests/test_binary_trees.py 100% <100%> (ø) ⬆️
.../miscellaneous_data_structures/tests/test_stack.py 100% <100%> (ø) ⬆️
pydatastructs/trees/space_partitioning_trees.py 97.619% <0%> (+0.793%) ⬆️
pydatastructs/linear_data_structures/arrays.py 100% <0%> (+2.439%) ⬆️
pydatastructs/trees/binary_trees.py 96.703% <0%> (+3.296%) ⬆️

Impacted file tree graph

@czgdp1807 czgdp1807 merged commit e6bdeb8 into codezonediitj:master Jun 26, 2019
@czgdp1807 czgdp1807 deleted the inc-coverage branch June 26, 2019 11:14
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