Closed dlcole3 closed 1 year ago
Merging #35 (7141241) into main (47321d3) will increase coverage by
0.17%
. The diff coverage is93.37%
.
@@ Coverage Diff @@
## main #35 +/- ##
==========================================
+ Coverage 93.41% 93.58% +0.17%
==========================================
Files 9 9
Lines 1671 1716 +45
==========================================
+ Hits 1561 1606 +45
Misses 110 110
Impacted Files | Coverage Δ | |
---|---|---|
src/datagraphs/core.jl | 89.69% <75.86%> (-0.99%) |
:arrow_down: |
src/functions.jl | 92.52% <94.11%> (+0.52%) |
:arrow_up: |
src/datagraphs/utils.jl | 91.79% <96.15%> (+0.62%) |
:arrow_up: |
src/interface.jl | 96.96% <97.29%> (+1.02%) |
:arrow_up: |
src/DataGraphs.jl | 100.00% <100.00%> (ø) |
|
src/datadigraphs/core.jl | 96.03% <100.00%> (+0.07%) |
:arrow_up: |
src/datadigraphs/interface.jl | 100.00% <100.00%> (ø) |
|
src/datadigraphs/utils.jl | 97.21% <100.00%> (+0.02%) |
:arrow_up: |
src/datagraphs/interface.jl | 100.00% <100.00%> (ø) |
|
... and 1 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Added a GraphData option with API functions for adding data to the graph (outside of nodes and edges). Added tests for the new API functions.
Reformatted functions so that arguments each have their own line.