Private repo: “There was an error processing coverage reports.”

Description

In the recent days, the codecov reports stopped working on our private repository. We are using the bash uploader through a github action, and no changes were made to the configuration of the coverage report settings.

When we open the report page, it says “There was an error processing coverage reports.”, but we don’t know what could be the issue. Please advise. Thank you very much!

Repository

Private

CI/CD

Github actions

Uploader

Bash uploader through github actions: GitHub - codecov/codecov-action: GitHub Action that uploads coverage to Codecov

Commit SHAs

692cb8e18b4888e46c007db7fb35f669c2e15d5f

Codecov YAML

coverage:
  notify:
    slack:
      default:
        url: "secret"
        threshold: 1%
        only_pulls: true
        branches: null
        flags: null
        paths: null
  status:
    project: 
      default:
        enabled: yes
        target: auto 
        threshold: 2%  
    patch:
      default:
        enabled: no
codecov:
  max_report_age: off

Codecov Output

[command]bash codecov.sh -f build/reports/jacoco/aggregatedCoverage/aggregatedCoverage.xml -n  -F

  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                          Bash-20200917-4e8f14b


e[0;90m==>e[0m GitHub Actions detected.
e[0;90mproject root:e[0m .
e[0;90m-->e[0m token set from env
e[0;90mYaml found at:e[0m codecov.yml
e[0;90m->e[0m Found 1 reports
e[0;90m==>e[0m Detecting git/mercurial file structure
e[0;90m==>e[0m Reading reports
e[0;32m+e[0m build/reports/jacoco/aggregatedCoverage/aggregatedCoverage.xml e[0;90mbytes=340602e[0m
e[0;90m==>e[0m Appending adjustments
e[0;36mhttps://docs.codecov.io/docs/fixing-reportse[0m
e[0;32m+e[0m Found adjustments
e[0;90m==>e[0m Gzipping contents
e[0;90m==>e[0m Uploading reports
e[0;90murl:e[0m https://codecov.io
e[0;90mquery:e[0m branch=develop&commit=692cb8e18b4888e46c007db7fb35f669c2e15d5f&build=268247918&build_url=http%3A%2F%2Fgithub.com%2FRealeyes%2Fmindfully-android%2Factions%2Fruns%2F268247918&name=&tag=&slug=Realeyes%2Fmindfully-android&service=github-actions&flags=&pr=&job=&cmd_args=f,n,F
e[0;90m->e[0m  Pinging Codecov
https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=develop&commit=692cb8e18b4888e46c007db7fb35f669c2e15d5f&build=268247918&build_url=http%3A%2F%2Fgithub.com%2FRealeyes%2Fmindfully-android%2Factions%2Fruns%2F268247918&name=&tag=&slug=Realeyes%2Fmindfully-android&service=github-actions&flags=&pr=&job=&cmd_args=f,n,F
e[0;90m->e[0m  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2020-09-23/739DD4DCD52957E2E46D30D4C050B35C/692cb8e18b4888e46c007db7fb35f669c2e15d5f/a3ba1a12-665c-4c9b-9d51-94b5c343667c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200923%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200923T065038Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2a3e376df73af31400c0dc79f673501a31ca2e77bbc10394c53fb2f18b1c6a14
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 30745    0     0  100 30745      0   160k --:--:-- --:--:-- --:--:--  160k
100 30745    0     0  100 30745      0   160k --:--:-- --:--:-- --:--:--  159k
e[0;32m->e[0m View reports at e[0;36mhttps://codecov.io/github/Realeyes/mindfully

Additional Information

As part of troubleshooting, I added the max_report_age flag to see if that fixes the report, but it did not.

Hi @balazsbanyai, we had an issue here. Would you be able to see if this is still happening?

1 Like

Thank you, everything seems to be working in order now!

1 Like