Closed liamhuber closed 5 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.06% (target: -1.00%) | :white_check_mark: 100.00% |
:rocket: Don’t miss a bit, follow what’s new on Codacy.
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
mixin/injection.py | 4 | 94.74% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 9589110125: | 0.06% |
Covered Lines: | 3186 |
Relevant Lines: | 3444 |
Working on a use case, the injection labels quickly got too long for the filesystem. For very short injection paths it was nice having the provenance of the injection listed right in the name, but it quickly gets silly. Anyhow, the provenance is still there in the graph connections. Now, instead, lean on hashes for the name. The class of the injection is still included, to give at least some quick idea what it's there for when looking at the label.
Also snuck in a hotfix for the last PR.
This is minor because it removes an (unused) public method, and because it may screw up loading old save files that had injected nodes. I don't expect either of these to present a practical problem.