Closed dlcole3 closed 1 year ago
Merging #38 (9cf3191) into main (169a9c0) will increase coverage by
0.08%
. The diff coverage is97.77%
.
@@ Coverage Diff @@
## main #38 +/- ##
==========================================
+ Coverage 93.54% 93.63% +0.08%
==========================================
Files 9 9
Lines 1705 1743 +38
==========================================
+ Hits 1595 1632 +37
- Misses 110 111 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/DataGraphs.jl | 100.00% <ø> (ø) |
|
src/functions.jl | 94.59% <96.96%> (+0.34%) |
:arrow_up: |
src/datadigraphs/utils.jl | 97.21% <100.00%> (ø) |
|
src/datagraphs/utils.jl | 91.80% <100.00%> (ø) |
|
src/interface.jl | 97.76% <100.00%> (+0.08%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Made several small updates including:
get_node_data
to take a user-defined set of nodesfilter_nodes
/filter_edges
to take a function other thanisless
for filtering out nodes and edgesupstream_nodes
anddownstream_nodes
for directed graphs to give the list of all upstream and downstream nodes