Commit 478b071
committed
Track lower-case maxtext package in coverage
The NNX-migrated code lives in src/maxtext/ (lower-case) but
.coveragerc only listed the upper-case MaxText package in
[run] source. coverage.py therefore never instrumented the
new files, so added lines showed up on Codecov with no
coverage data and suppressed patch coverage.
The existing [paths] aliasing only merges already-collected
data across filesystems; it does not control what is traced
in the first place.1 parent 7ededfb commit 478b071
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments