JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
102 stars 17 forks source link

add GraphBLASInterface as dependency & use 0-based indexing in higher-level interface #7

Closed abhinavmehndiratta closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 16.55%. The diff coverage is 71.18%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #7       +/-   ##
===========================================
+ Coverage   44.22%   60.78%   +16.55%     
===========================================
  Files          22       25        +3     
  Lines         554      538       -16     
===========================================
+ Hits          245      327       +82     
+ Misses        309      211       -98
Impacted Files Coverage Δ
src/Structures.jl 51.61% <ø> (+19.47%) :arrow_up:
src/Object_Methods/Print_Objects.jl 0% <ø> (ø) :arrow_up:
src/Context_Methods.jl 50% <ø> (+25%) :arrow_up:
src/Object_Methods/Vector_Methods.jl 97.5% <ø> (+0.27%) :arrow_up:
src/Object_Methods/Descriptor_Methods.jl 0% <ø> (ø) :arrow_up:
src/Operations/Apply.jl 0% <ø> (ø) :arrow_up:
src/Operations/Element_wise_multiplication.jl 33.33% <ø> (+33.33%) :arrow_up:
src/Object_Methods/Matrix_Methods.jl 97.87% <ø> (+0.25%) :arrow_up:
src/Operations/Multiplication.jl 0% <ø> (ø) :arrow_up:
src/Operations/Element_wise_addition.jl 0% <ø> (ø) :arrow_up:
... and 23 more

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 98515b4...972491f. Read the comment docs.