Skip to content

Conversation

marten-seemann
Copy link
Member

No description provided.

@marten-seemann marten-seemann requested a review from Copilot June 30, 2025 11:03
Copy link
Contributor

@Copilot 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 upgrades the Codecov GitHub Action to v5, adds a guard to skip uploads when a workflow run is canceled, and simplifies the files and env_vars configuration.

  • Bumps codecov/codecov-action from v4 to v5
  • Introduces if: ${{ !cancelled() }} to skip canceled runs
  • Streamlines files list and env_vars syntax
Comments suppressed due to low confidence (1)

.github/workflows/unit.yml:39

  • The removal of coverage-root.txt from the files list may exclude coverage data generated at the repository root. If you need to merge multiple coverage outputs, either include all relevant files or combine them before uploading.
          files: coverage.txt

Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.98%. Comparing base (3bb6b0c) to head (7dc5b1e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   87.98%   87.98%           
=======================================
  Files           8        8           
  Lines         674      674           
=======================================
  Hits          593      593           
  Misses         62       62           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marten-seemann marten-seemann merged commit 75066fb into master Jun 30, 2025
22 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.

1 participant