Closed liamhuber closed 5 months ago
Coverage variation | Diff coverage |
---|---|
:white_check_mark: -0.15% (target: -1.00%) | :white_check_mark: 46.15% |
: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 | % | ||
---|---|---|---|---|
nodes/for_loop.py | 3 | 98.03% | ||
nodes/composite.py | 7 | 91.13% | ||
<!-- | Total: | 10 | --> |
Totals | |
---|---|
Change from base Build 9614702153: | -0.1% |
Covered Lines: | 3192 |
Relevant Lines: | 3456 |
I ran into a few issues when I tried to put a macro as the body node in a for-loop, just a couple of bugs in the (de)serialization. The actual fixes are just a couple lines, and the rest is tests that fail when the bugfixes aren't there.