Closed rettigl closed 2 weeks ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
tests/loader/flash/conftest.py | 3 | 4 | 75.0% | ||
<!-- | Total: | 25 | 26 | 96.15% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
tests/test_config.py | 2 | 98.35% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 11800778293: | -0.06% |
Covered Lines: | 7555 |
Relevant Lines: | 8156 |
This looks good. Especially like the source code seperation completely.
Great. I want to merge #474 and #510 first into main, and v1, and then rebase this here and fix everything remaining.
Change the package layout to a
src
layout. Closes #506