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

refactor GNNGraph into submodule + implement add_edges #64

Merged
merged 3 commits into from
Oct 31, 2021

Conversation

CarloLucibello
Copy link
Member

No description provided.

@CarloLucibello CarloLucibello changed the title refacto GNNGraph into submodule + implement add_edges refactor GNNGraph into submodule + implement add_edges Oct 30, 2021
@codecov
Copy link

codecov bot commented Oct 31, 2021

Codecov Report

Merging #64 (df874da) into master (375b787) will increase coverage by 0.43%.
The diff coverage is 86.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   80.96%   81.39%   +0.43%     
==========================================
  Files           8       12       +4     
  Lines         746      758      +12     
==========================================
+ Hits          604      617      +13     
+ Misses        142      141       -1     
Impacted Files Coverage Δ
src/GNNGraphs/convert.jl 88.88% <ø> (ø)
src/utils.jl 75.86% <ø> (-7.31%) ⬇️
src/GNNGraphs/gnngraph.jl 72.22% <72.22%> (ø)
src/GNNGraphs/query.jl 86.23% <86.23%> (ø)
src/GNNGraphs/transform.jl 90.62% <90.62%> (ø)
src/GNNGraphs/utils.jl 94.28% <94.28%> (ø)
src/GNNGraphs/generate.jl 100.00% <100.00%> (ø)

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 375b787...df874da. Read the comment docs.

@CarloLucibello CarloLucibello merged commit 195bb6c into master Oct 31, 2021
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