Skip to content

Simplify CI workflow by removing coverage steps#35

Open
ryanrishi wants to merge 1 commit into
mainfrom
rm-codecov
Open

Simplify CI workflow by removing coverage steps#35
ryanrishi wants to merge 1 commit into
mainfrom
rm-codecov

Conversation

@ryanrishi
Copy link
Copy Markdown
Contributor

Removed coverage reporting and updated test command.

Removed coverage reporting and updated test command.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR simplifies the CI workflow by removing pytest coverage generation and the Codecov upload step, leaving CI to run the test suite without producing coverage artifacts.

Changes:

  • Replace “Run tests with coverage” (pytest --cov ... --cov-report=xml) with a plain pytest invocation.
  • Remove the conditional Codecov upload step that previously uploaded coverage.xml for Python 3.10.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants