Skip to content

Conversation

@yangxk1
Copy link
Contributor

@yangxk1 yangxk1 commented Sep 12, 2025

Reason for this PR

close #752

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.77%. Comparing base (1bb0468) to head (e93f5ac).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #759      +/-   ##
============================================
- Coverage     77.77%   75.77%   -2.00%     
- Complexity      234      470     +236     
============================================
  Files            25       82      +57     
  Lines           918     8550    +7632     
  Branches         49      964     +915     
============================================
+ Hits            714     6479    +5765     
- Misses          167     1873    +1706     
- Partials         37      198     +161     
Flag Coverage Δ
cpp 70.85% <ø> (?)
java-info 77.77% <ø> (?)
pyspark 95.11% <ø> (?)
spark 81.32% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@yangxk1 yangxk1 requested a review from Thespica September 12, 2025 05:43
@Thespica Thespica requested a review from Copilot September 12, 2025 08:27
Copy link

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 fixes Codecov coverage reporting configuration by updating flag names and enabling carryforward functionality. The changes ensure proper coverage report merging across different components of the GraphAr project.

  • Fixed incorrect singular flag parameter to plural flags in GitHub Actions workflows
  • Added carryforward: true to all coverage flags in codecov.yml to preserve coverage data when jobs don't run

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
codecov.yml Added carryforward configuration for all coverage flags
.github/workflows/spark.yaml Fixed flag parameter name from singular to plural
.github/workflows/pyspark.yml Fixed flag parameter name from singular to plural
.github/workflows/java-info.yml Fixed flag parameter name from singular to plural
.github/workflows/ci.yml Fixed flag parameter name from singular to plural

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@yangxk1 yangxk1 merged commit d591a47 into apache:main Sep 12, 2025
10 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.

bug(ci): codecov configuration error on flag

3 participants