The codecov website reports “Unable to find report content in the storage archive” when trying to see the source code of any file within my private repo. This only started happening today, and the coverage percentage, sunburst graphs, file tree all work perfectly. Only when I want to “Browse report” or see the source of a particular file, I get the message I mentioned above.
The github actions log is normal, I’m using the bash uploader.
Repository
The two private repos that I’m tracking with Codecov (will provide url to staff privately upon request)
No luck in resolving this in the last couple of hours. My guess is a problem with the codecov infrastructure, over which we have no control.
My last commit is even worse than the rest from today: it says “[Unable to find commit in GitHub]” in the commits list and is stuck in “Processing” state.
Hi @vbersier, really appreciate this. I don’t think the Broken pipe issue is related, but I will take a look. We made some changes this morning which should address an issue we were having. Are you still getting this error?
I can report that I’m still seeing similar behavior in some repositories; I wonder the current degraded status of GitHub Actions is contributing to this in any way?
Here is the output for the upload step of the GitHub action:
I can confirm this behavior is still occurring; it might also be related to the currently degraded status of GitHub Actions.
Here is the output from a run where the upload was “successful” (coverage was calculated) but the files had strange CI paths and were inaccessible from the frontend (got a 404 when trying to access a file’s report):
Run bash <(curl -s codecov.io/bash)
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Bash-20201007-7e25d0a
==> GitHub Actions detected.
project root: /home/runner/work/jspa01-matthewwong212/jspa01-matthewwong212
--> token set from env
Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> Running gcov in /home/runner/work/jspa01-matthewwong212/jspa01-matthewwong212 (disable via -X gcov)
==> Python coveragepy not found
==> Searching for coverage reports in:
+ /home/runner/work/jspa01-matthewwong212/jspa01-matthewwong212
-> Found 2 reports
==> Detecting git/mercurial file structure
==> Reading reports
+ /home/runner/work/jspa01-matthewwong212/jspa01-matthewwong212/.github/workflows/coverage.yml bytes=695
+ /home/runner/work/jspa01-matthewwong212/jspa01-matthewwong212/javascript/coverage/lcov.info bytes=5126
==> Appending adjustments
docs.codecov.io/docs/fixing-reports
/dev/fd/63: line 1536: echo: write error: Broken pipe
/dev/fd/63: line 1587: echo: write error: Broken pipe
+ Found adjustments
==> Gzipping contents
==> Uploading reports
url: codecov.io
query: branch=main&commit=ba0352e78464464bf78590d7a9a2d11902b97778&build=296742192&build_url=http%3A%2F%2Fgithub.com%2Fucsb-cs156-f20%2Fjspa01-matthewwong212%2Factions%2Fruns%2F296742192&name=&tag=&slug=ucsb-cs156-f20%2Fjspa01-matthewwong212&service=github-actions&flags=&pr=&job=&cmd_args=
-> Pinging Codecov
codecov.io/upload/v4?package=bash-20201007-7e25d0a&token=secret&branch=main&commit=ba0352e78464464bf78590d7a9a2d11902b97778&build=296742192&build_url=http%3A%2F%2Fgithub.com%2Fucsb-cs156-f20%2Fjspa01-matthewwong212%2Factions%2Fruns%2F296742192&name=&tag=&slug=ucsb-cs156-f20%2Fjspa01-matthewwong212&service=github-actions&flags=&pr=&job=&cmd_args=
-> Uploading to
storage.googleapis.com/codecov/v4/raw/2020-10-09/618D4D59077E26969EA4DC9ADA756BEB/ba0352e78464464bf78590d7a9a2d11902b97778/f0a06b58-df2a-40a1-b86c-5940998a8e4c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201009%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201009T034135Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ebb1eb232786640b51339f16d6870a40849e20f8773f1a6ab8e4cab59b805459
% 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 248k 0 0 100 248k 0 963k --:--:-- --:--:-- --:--:-- 963k
-> View reports at codecov.io/github/ucsb-cs156-f20/jspa01-matthewwong212/commit/ba0352e78464464bf78590d7a9a2d11902b97778
New commits seem to work on my side. I get error emails from the codecov bot now, because the first commit in my PR has a missing report (because of the aforementioned problems from last week). But I can live with that as it’s probably temporary until I merge the branch.