Skip to content

Conversation

@SaridakisStamatisChristos
Copy link
Owner

Summary

  • install the project test dependencies in CI before executing the suite
  • run pytest with coverage reporting enabled so that Codecov can find coverage data
  • emit an XML coverage report by default so the Codecov uploader succeeds

Testing

  • python -m pytest --cov=kll_sketch --cov-report=term-missing --cov-report=xml kll_sketch/tests (fails: pytest-cov missing in the offline environment)

https://chatgpt.com/codex/tasks/task_e_68e5073f9fa883338abe05f8991012d8

@SaridakisStamatisChristos SaridakisStamatisChristos merged commit 1b63982 into main Oct 7, 2025
2 checks passed
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

@SaridakisStamatisChristos SaridakisStamatisChristos deleted the codex/fix-coverage-report-upload-issue branch October 7, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants