Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Aperta
#651 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@thomasrockhu-codecov ci sta già lavorando.

Dal 26/2/2025.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

bug codecov/codecov-cli Medium

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.

Lingua principale
Python
Stelle
89
Fork
64
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di codecov/codecov-cli

Tutte le issue di codecov/codecov-cli

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.