Skip to content

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Aug 6, 2025

This PR replicates work done in PHPLIB to upload test results to codecov.io. This should help with identifying flaky tests.

@alcaeus alcaeus marked this pull request as ready for review September 25, 2025 08:59
@alcaeus alcaeus requested a review from a team as a code owner September 25, 2025 08:59
@alcaeus alcaeus requested review from jmikola and Copilot and removed request for a team September 25, 2025 08:59
Copy link

@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 adds test results upload functionality to codecov.io across multiple CI environments (GitHub Actions and Evergreen) to help identify flaky tests, similar to work previously done in PHPLIB.

  • Configures PHP test environments to generate JUnit XML test results files
  • Adds Codecov test results upload steps to GitHub Actions workflows
  • Implements Codecov CLI integration in Evergreen configuration with proper authentication and flag tagging

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/windows-tests.yml Adds TEST_PHP_JUNIT environment variable and Codecov upload step for Windows tests
.github/workflows/tests.yml Refactors test execution to use environment variables and adds Codecov upload steps for Linux tests
.evergreen/config/functions.yml Implements Codecov CLI download, verification, and test results upload in Evergreen CI

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

@alcaeus alcaeus merged commit fa72e44 into mongodb:v2.x Sep 25, 2025
121 of 122 checks passed
@alcaeus alcaeus removed the request for review from jmikola September 25, 2025 12:20
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