Description
I have started to see the message " There was an error processing coverage reports" on my coverage reports. I have not modified any configuration, so I would like to get some help from your team.
Repository
https://github.com/jpaya17/englishisfun
CI/CD
Github Actions
Uploader
codecov/codecov-action@v1
Commit SHAs
96442826ef61220d7e94065830b6262ca6603ac7
Codecov YAML
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: 60…100
status:
project:
default:
enabled: yes
target: auto
threshold: 2
patch:
default:
enabled: yes
target: auto
threshold: 2
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: “header, diff”
behavior: default
require_changes: no
Codecov Output
==> GitHub Actions detected.
project root: .
token set from env
Yaml found at: codecov.yml
Running gcov in . (disable via -X gcov)
Python coveragepy not found
Searching for coverage reports in:
.
Found 5 reports
Detecting git/mercurial file structure
==> Reading reports
./test_utils/build/reports/detekt/report.xml bytes=79
./base-android/build/reports/detekt/report.xml bytes=79
./base-android/build/reports/jacoco/devDebug/jacoco.xml bytes=51835
./app/build/reports/detekt/report.xml bytes=79
./app/build/reports/jacoco/devDebug/jacoco.xml bytes=804826
==> Appending adjustments
Found adjustments
Gzipping contents
Uploading reports
url: codecov.io
query: branch=feature%2Fshow-empty-view&commit=96442826ef61220d7e94065830b6262ca6603ac7&build=266852567&build_url=http%3A%2F%2Fgithub.com%2F***%2Fenglishisfun%2Factions%2Fruns%2F266852567&name=&tag=&slug=***%2Fenglishisfun&service=github-actions&flags=unittests&pr=&job=&cmd_args=n,F
Pinging Codecov
Uploading to
% 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 99460 0 0 100 99460 0 493k --:–:-- --:–:-- --:–:-- 493k
View reports at https://codecov.io/github/***/englishisfun/commit/96442826ef61220d7e94065830b6262ca6603ac7
Expected behavior: [What you expect to happen]
See coverage results
Actual behavior: [What actually happens]
There was an error processing coverage reports
Flakiness? [Does this happen all the time or only sometimes?]
On every commit since yesterday