Skip to content

Commit 478b071

Browse files
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

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[run]
44
source = MaxText
5+
maxtext
56
branch = True
67
omit =
78
tests/*

0 commit comments

Comments
 (0)