App.codecov.io shows different coverage to codecov.io

Please search for similar issues before creating a ticket.
All fields below are required.

Description

Compare the file tables at these two URLs:

The first shows src/Thermobar as a folder, the second shows it as a +- symbol.

Commit SHAs

b963f69d9841723e08bb483a4f7860840c3e3e72

Repository

https://github.com/PennyWieser/Thermobar

CI/CD or Build URL

https://github.com/PennyWieser/Thermobar/runs/3310166025

Uploader

The github action

Codecov Output

/usr/bin/bash codecov.sh -n  -F  -Q github-action-v1.5.2

  _____          _
 / ____|        | |
| |     ___   __| | ___  ___ _____   __
| |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| |  __/ (_| (_) \ V /
 \_____\___/ \__,_|\___|\___\___/ \_/
                              Bash-1.0.3


==> git version 2.32.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/main
      -> GITHUB_REPOSITORY: PennyWieser/Thermobar
      -> GITHUB_RUN_ID:     1123387160
      -> GITHUB_SHA:        b963f69d9841723e08bb483a4f7860840c3e3e72
      -> GITHUB_WORKFLOW:   Test and publish to PyPI
    project root: .
    Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
==> Running gcov in . (disable via -X gcov)
==> Python coveragepy exists disable via -X coveragepy
    -> Running coverage xml
==> Searching for coverage reports in:
    + .
    -> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
    + ./coverage.xml bytes=226135
==> Appending adjustments
    https://docs.codecov.io/docs/fixing-reports
    -> No adjustments found
==> Gzipping contents
        20K	/tmp/codecov.NXXqGg.gz
==> Uploading reports
    url: https://codecov.io
    query: branch=main&commit=b963f69d9841723e08bb483a4f7860840c3e3e72&build=1123387160&build_url=http%3A%2F%2Fgithub.com%2FPennyWieser%2FThermobar%2Factions%2Fruns%2F1123387160&name=&tag=&slug=PennyWieser%2FThermobar&service=github-actions&flags=&pr=&job=Test%20and%20publish%20to%20PyPI&cmd_args=n,F,Q
->  Pinging Codecov
https://codecov.io/upload/v4?package=github-action-v1.5.2-1.0.3&token=secret&branch=main&commit=b963f69d9841723e08bb483a4f7860840c3e3e72&build=1123387160&build_url=http%3A%2F%2Fgithub.com%2FPennyWieser%2FThermobar%2Factions%2Fruns%2F1123387160&name=&tag=&slug=PennyWieser%2FThermobar&service=github-actions&flags=&pr=&job=Test%20and%20publish%20to%20PyPI&cmd_args=n,F,Q
->  Uploading to
https://storage.googleapis.com/codecov/v4/raw/2021-08-12/072CE7EBAC118F2FD83567DDE66F73A1/b963f69d9841723e08bb483a4f7860840c3e3e72/b596d58f-adc8-4d4f-92a1-d95878b6b954.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210812T094142Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=024b25f102ddba6d4dced3860f8f57353dcf29e1fb4ea21ac5c2dcb120894ad5
  % 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 17933    0     0  100 17933      0  64275 --:--:-- --:--:-- --:--:-- 64275
    -> Reports have been successfully queued for processing at https://codecov.io/github/PennyWieser/Thermobar/commit/b963f69d9841723e08bb483a4f7860840c3e3e72

Expected Results

src/Thermobar should be displayed as a folder in both places

Actual Results

src/Thermobar is displayed as a git diff logo, but only on app.codecov.io and not codecov.io?

I don’t seem to have the power to edit the post above to convert the second link into the image it was supposed to be, or to remove the silly “All fields below are required.” template text; apologies. I think the 24 hour edit window expired while the post was caught in the spam filter.

@eric-wieser not a problem, thanks for all the details. I’ll loop in the product team to see why you are getting a +/- symbol there instead of a folder for src/Thermobar

@eric-wieser we pushed a fix for this, let me know if you’re still experiencing it.

Thanks, that seems to fix it. The pages are still different though; one collapses src/Thermobar into a single link, while the other requires me to click on src then Thermobar for the same effect.

1 Like