Skip to content

change codecov action vars#42

Merged
mshriver merged 1 commit into
mainfrom
codecov-upload-fix
Nov 7, 2025
Merged

change codecov action vars#42
mshriver merged 1 commit into
mainfrom
codecov-upload-fix

Conversation

@mshriver
Copy link
Copy Markdown
Contributor

@mshriver mshriver commented Nov 7, 2025

Summary by Sourcery

Enhance the GitHub Actions CI to generate and correctly upload coverage reports

CI:

  • Add a step to generate coverage XML report for Python 3.12
  • Update Codecov action input key from "file" to "files"

Copilot AI review requested due to automatic review settings November 7, 2025 13:10
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Nov 7, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Test workflow enhancements: adds a Python 3.12–specific coverage XML generation step and aligns the Codecov action with the updated 'files' parameter.

File-Level Changes

Change Details Files
Introduce a conditional step to generate coverage XML report on Python 3.12
  • Add 'Generate coverage XML report' step
  • Apply 'if: matrix.python-version == "3.12"' condition
  • Run 'hatch run test:coverage xml'
.github/workflows/tests.yml
Update Codecov action input key
  • Rename 'file' parameter to 'files'
  • Verify coverage.xml path in the new key
.github/workflows/tests.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 7, 2025

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.

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

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 enhances the CI/CD workflow to properly generate and upload test coverage reports to Codecov. The changes ensure that coverage data is explicitly generated in XML format before being uploaded.

  • Adds an explicit step to generate coverage XML reports using hatch
  • Corrects the codecov action parameter from file to files for proper file specification

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

@mshriver mshriver merged commit 0d144a2 into main Nov 7, 2025
18 checks passed
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