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

Allow for external dependencies #649

Merged
merged 15 commits into from
Jul 12, 2023
Merged

Allow for external dependencies #649

merged 15 commits into from
Jul 12, 2023

Conversation

PythonFZ
Copy link
Member

This PR will allow Nodes to be part of the Graph from different

  • repositories
  • commits

@PythonFZ PythonFZ linked an issue Jun 28, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #649 (7676a57) into main (3809d50) will increase coverage by 0.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #649      +/-   ##
==========================================
+ Coverage   89.54%   89.74%   +0.19%     
==========================================
  Files          21       21              
  Lines        1578     1599      +21     
  Branches      617      629      +12     
==========================================
+ Hits         1413     1435      +22     
+ Misses        165      164       -1     
Flag Coverage Δ
fulltest 89.74% <100.00%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
zntrack/cli/__init__.py 85.00% <100.00%> (ø)
zntrack/core/node.py 92.74% <100.00%> (+0.23%) ⬆️
zntrack/fields/zn/__init__.py 91.66% <100.00%> (+0.31%) ⬆️
zntrack/project/zntrack_project.py 90.04% <100.00%> (+0.64%) ⬆️
zntrack/utils/__init__.py 80.68% <100.00%> (+0.22%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@PythonFZ PythonFZ marked this pull request as ready for review July 12, 2023 15:27
@PythonFZ PythonFZ merged commit 8163bc0 into main Jul 12, 2023
12 checks passed
@PythonFZ PythonFZ deleted the 644-fix-external-nodes branch July 12, 2023 15:28
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.

fix external nodes
1 participant