Skip to content

chore(ci): update Codecov action with module specific flags ⚙️#3

Merged
madflojo merged 2 commits intomainfrom
fix-tests
Jun 2, 2025
Merged

chore(ci): update Codecov action with module specific flags ⚙️#3
madflojo merged 2 commits intomainfrom
fix-tests

Conversation

@madflojo
Copy link
Copy Markdown
Owner

@madflojo madflojo commented Jun 2, 2025

Enhanced code coverage reporting with module-specific details. Because everyone loves personalized analytics, right?

This pull request updates the .github/workflows/tests.yml file to improve the Codecov integration by adding more specific configuration options.

Enhancements to Codecov integration:

  • .github/workflows/tests.yml: Updated the Codecov action to include specific coverage file paths (files), flags (flags), and a name (name) for better tracking and organization of test coverage data.

Enhanced code coverage reporting with module-specific details. Because everyone loves personalized analytics, right?
Copilot AI review requested due to automatic review settings June 2, 2025 00:01
Copy link
Copy Markdown
Contributor

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 Codecov integration in the CI workflow by adding module-specific inputs and cleaning up the upload step.

  • Specifies exact coverage file paths per module via files
  • Tags uploads with flags and labels them using name
  • Removes the now-redundant working-directory for the Codecov step
Comments suppressed due to low confidence (1)

.github/workflows/tests.yml:42

  • Removing the working-directory from the Codecov upload step may cause the specified files path to not resolve correctly; confirm that ${{ matrix.module }}/coverage.out is located relative to the workflow root.
        working-directory: ${{ matrix.module }}

@codecov-commenter
Copy link
Copy Markdown

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 ☂️

Made Codecov flags unique per module, so they can bask in their identity like snowflakes!
@madflojo madflojo merged commit d8274dd into main Jun 2, 2025
5 checks passed
@madflojo madflojo deleted the fix-tests branch June 2, 2025 00:12
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