Stuck in processing and Unable to find report content in the storage archive

Hi,

I have tried to set up codecov with a public github repo however I get the following in codecov.io

I thought it might have been a pathfix issue but I have been sure to include a codecov.yml with the correct fixes in.

Here is the log from GitHub Actions

Run codecov/codecov-action@v1
"C:\Program Files\Git\bin\bash.exe" codecov.sh -n "" -F "" -Q github-action -f coverage/Cobertura.xml

  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-20210129-7c25fce


==> git version 2.30.0.windows.2 found
==> curl 7.74.0 (x86_64-w64-mingw32) libcurl/7.74.0 OpenSSL/1.1.1i (Schannel) zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.0 libssh2/1.9.0 nghttp2/1.41.0
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: alt-svc AsynchDNS brotli HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz Metalink MultiSSL NTLM SPNEGO SSL SSPI TLS-SRP zstd
==> GitHub Actions detected.
    project root: D:/a/nHapi/nHapi
    Yaml found at: codecov.yml
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
    + coverage/Cobertura.xml bytes=163713534
==> Appending adjustments
    https://docs.codecov.io/docs/fixing-reports
    -> No adjustments found
==> Gzipping contents
        5.6M	/tmp/codecov.N4rhAq.gz
==> Uploading reports
    url: https://codecov.io
    query: branch=master&commit=cd67e6119b8a07d6c97cadde3c11c2fb7aaf8e59&build=543110331&build_url=http%3A%2F%2Fgithub.com%2FnHapiNET%2FnHapi%2Factions%2Fruns%2F543110331&name=&tag=&slug=nHapiNET%2FnHapi&service=github-actions&flags=&pr=&job=Build%20Status&cmd_args=n,F,Q,f
->  Pinging Codecov
https://codecov.io/upload/v4?package=github-action-20210129-7c25fce&token=secret&branch=master&commit=cd67e6119b8a07d6c97cadde3c11c2fb7aaf8e59&build=543110331&build_url=http%3A%2F%2Fgithub.com%2FnHapiNET%2FnHapi%2Factions%2Fruns%2F543110331&name=&tag=&slug=nHapiNET%2FnHapi&service=github-actions&flags=&pr=&job=Build%20Status&cmd_args=n,F,Q,f
->  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2021-02-06/4A0B16FF915F2068F08FF58FED31536C/cd67e6119b8a07d6c97cadde3c11c2fb7aaf8e59/b856f914-148a-408a-a1b3-ddeaa57ffebb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210206%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210206T125109Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b7ddca0b7883a0f8272df5d0af21996ee83303a6d26bc99de241a66da6b8179
  % 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 5728k    0     0  100 5728k      0  26.8M --:--:-- --:--:-- --:--:-- 26.8M
100 5728k    0     0  100 5728k      0  12.2M --:--:-- --:--:-- --:--:-- 12.2M
    -> View reports at https://codecov.io/github/nHapiNET/nHapi/commit/cd67e6119b8a07d6c97cadde3c11c2fb7aaf8e59

This is a weird one @milkshakeuk. Could you do a

- uses: actions/checkout@v2
  with:
    fetch-depth: 2

step here?

Hi @tom I’ll give it a go.