Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

[BUG] Regression finding coverage files to report in v10.1.0 #651

@justinvp

Description

@justinvp

Describe the bug

We upload coverage from a GitHub Actions workflow:

      - name: Upload code coverage
        uses: codecov/codecov-action@v4
        with:
          directory: coverage/
          files: "*,!.gitkeep"
          fail_ci_if_error: false
          verbose: true
          token: ${{ secrets.CODECOV_TOKEN }}

We haven't made any configuration changes on our end, but we started seeing a significant drop in coverage in Codecov which coincided with the v10.1.0 release of the Codecov CLI.

Looking at the CI logs, when v10.0.1 of the Codecov CLI is used, it found 79 coverage files to report. With v10.1.0, it only finds 4 coverage files to report.

Expected behavior
To continue finding the same amount of coverage files to report

Regression
Yes. The last successful run that found all 79 files was Feb 18, 2025 at 3:27 PM PST. The next run that found only 4 files was at Feb 19, 2025 at 10:43 AM PST.

Product Area
coverage

Versions

  • OS: ubuntu@v22
  • Git Host: GitHub
  • CI/CD: GitHub Actions
  • Uploader: codecov-action@v4

Commit and CI link
Provide the commit SHA and CI link. If applicable, provide the entire Codecov output from CI.

Example of success: 79 files found, using v10.0.1:

Next commit that fails: only 4 files found, using v10.1.0:

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

MediumMedium Priority Issues (to be fixed or re-evaluated in 3 monthsbugSomething isn't workingcodecov/codecov-cli

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions