404 when trying to access page for a commit

Before submitting a topic, please confirm the following

I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml configuration file.
I have filled out the below sections to the best of my ability.

Description

I am trying to access the dashboard to see the line-by-line coverage for a specific commit to a non-default branch in a public Github repository (cropsinsilico/rapidjson, branch is yggdrasil), but I am re-directed to a 404 page, often after the commit summary page has loaded and displayed. The report does appear to have been uploaded for the commit and the total coverage looks correct so I believe this is an issue with the site. I also see this behavior for my other repositories and the default branches; I can access commits for the default branch from the landing page for other repos, but not from the commits “tab”. I have tried logging out & back in and clearing my browser cache & cookies.

CI/CD URL

Please provide a link to the CI/CD run.

Github Action: Add /bigobj compilation flag for MSVC (required by schematest) · cropsinsilico/rapidjson@db774cd · GitHub
Page I am accessing the commit from: Codecov

Commit link re-directing to 404: db774cd6

Codecov Output

Please provide the full output of running the uploader on your CI/CD. This will typically have the Codecov logo as ASCII.

/usr/bin/bash codecov.sh -n ubuntu-latest-conda -F  -Q github-action-v1.5.2 -f build/coverage/coverage.info -X gcov
  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-1.0.3
==> git version 2.37.0 found
==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3
Release-Date: 2020-01-08
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
==> GitHub Actions detected.
    Env vars used:
      -> GITHUB_ACTIONS:    true
      -> GITHUB_HEAD_REF:   
      -> GITHUB_REF:        refs/heads/yggdrasil
      -> GITHUB_REPOSITORY: cropsinsilico/rapidjson
      -> GITHUB_RUN_ID:     2658689450
      -> GITHUB_SHA:        db774cd6c8cd8e0da96582181ef261cd8aed7c30
      -> GITHUB_WORKFLOW:   Test of package installation & execution
project root: .
--> token set from env
Yaml not found, that's ok! Learn more athttp://docs.codecov.io/docs/codecov-yaml
-> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
+ build/coverage/coverage.info bytes=200645
==> Appending adjustments
https://docs.codecov.io/docs/fixing-reports
+ Found adjustments
==> Gzipping contents
        56K	/tmp/codecov.1A01aP.gz
==> Uploading reports
url: https://codecov.i
query: branch=yggdrasil&commit=db774cd6c8cd8e0da96582181ef261cd8aed7c30&build=2658689450&build_url=http%3A%2F%2Fgithub.com%2Fcropsinsilico%2Frapidjson%2Factions%2Fruns%2F2658689450&name=ubuntu-latest-conda&tag=&slug=cropsinsilico%2Frapidjson&service=github-actions&flags=&pr=&job=Test%20of%20package%20installation%20%26%20execution&cmd_args=n,F,Q,f,X
->  Pinging Codecov
https://codecov.io/upload/v4?package=github-action-v1.5.2-1.0.3&token=secret&branch=yggdrasil&commit=db774cd6c8cd8e0da96582181ef261cd8aed7c30&build=2658689450&build_url=http%3A%2F%2Fgithub.com%2Fcropsinsilico%2Frapidjson%2Factions%2Fruns%2F2658689450&name=ubuntu-latest-conda&tag=&slug=cropsinsilico%2Frapidjson&service=github-actions&flags=&pr=&job=Test%20of%20package%20installation%20%26%20execution&cmd_args=n,F,Q,f,X
->  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2022-07-12/85ED08D8253D1510FDDC181657190E8E/db774cd6c8cd8e0da96582181ef261cd8aed7c30/f31a7108-75c8-4520-97f7-e101d533c6df.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220712%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220712T185246Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a641f0dd35159eec3e9c7580512759e13509c19bdbe408130a378a7bd5feb3d8
  % 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 54301    0     0  100 54301      0   186k --:--:-- --:--:-- --:--:--  186k
-> Reports have been successfully queued for processing at https://codecov.io/github/cropsinsilico/rapidjson/commit/db774cd6c8cd8e0da96582181ef261cd8aed7c30

Expected Results

The commit summary page loads.

Actual Results

The commit summary page loads then re-directs to 404.

Additional Information

I only added the repo to the Github App yesterday; the result was the same before and after adding the repo (I have been using codecov for a few years with Github actions without the app and ~1 year without the app registering this particular repo), but perhaps it takes a few days for the repo addition to be reflected?

Hi! Looks like you’re encountering a known bug, we’re actively working on getting that resolved and should have it ironed out in the next week or so.

1 Like

@langmm just wanted to circle back here, are you still seeing the issue? I no longer get a 404 on that page.