Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding codecov reporting #2372

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

adding codecov reporting #2372

wants to merge 2 commits into from

Conversation

djsaunde
Copy link
Contributor

Description

Title.

Motivation and Context

Nice-to-have which will help us prioritize test coverage / find dead code.

How has this been tested?

TODO.

Types of changes

  • Adding codecov dependency and config
  • Adding codecov report generation in various pytest commands

@djsaunde djsaunde self-assigned this Feb 28, 2025
@SalmanMohammadi
Copy link
Contributor

Should we integrate with something like https://github.com/marketplace/actions/codecov?

@djsaunde
Copy link
Contributor Author

djsaunde commented Mar 3, 2025

Should we integrate with something like https://github.com/marketplace/actions/codecov?

Yes, I'm using this in the tests.yml workflow, but in some of the other stages I don't know if it's possible to use (Docker E2E tests and multi GPU tests run on Modal).

Comment on lines +11 to +12
if [ -f multigpu-coverage.xml ]; then
codecov -f multigpu-coverage.xml -F multigpu,docker-tests,pytorch-${PYTORCH_VERSION}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to setup codecov cli (or token) to upload this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants