You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(coverage): remove conflicting source= from all coveragerc files
When both source and include are set in a coverage config, coverage.py
ignores include and emits a CoverageWarning. Drop source = . from all
.coveragerc.* files β include + relative_files = true is sufficient to
scope each report to its service and produce correct relative paths.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments