sadpandajoe commented on PR #42054: URL: https://github.com/apache/superset/pull/42054#issuecomment-4986100216
CI is green after the master update. One note on the Codecov patch-coverage number: it understates this PR because of a pre-existing quirk in `superset-python-unittest.yml` — the "100% coverage" gate steps re-run pytest with scoped `--cov` targets after the full unit suite, overwriting the coverage data file before the Codecov upload, so unit-test coverage of files like `superset/models/helpers.py` never reaches Codecov. The changed lines here are covered directly by the unit tests added in this PR (`tests/unit_tests/common/test_time_shifts.py`, `tests/unit_tests/utils/date_parser_tests.py`). 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
