Files missing from coverage sunburst

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
[n/a] I have validated my codecov.yaml configuration file. - no codecov.yaml
I have filled out the below sections to the best of my ability.

Description

Files are missing from the coverage sunburst and file browser on the repo main page. For example, here’s the sunburst and browser for Codecov :

Note that the only directory shown in the relation_engine directory is batchload.

However, when looking at recent commits to master, there are clearly files outside of the batchload directory with coverage that aren’t represented on the main page for the repo Code coverage done right. :

Ugh, see next post for image #2 due to new user limits.

CI/CD URL

Codecov Output

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

==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (432553f03714a83ab5cac78be2e7fe6a6050767f78f77e9c7a84bdb1c34a0bd3  codecov)
==> Running version latest
==> Running version v0.2.4
/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov -n  -Q github-action-3.1.0 -Z -f ./cov.xml -C fff2d537b8de7b8e0262a8942f0054ed9b1f2b41
[2022-07-25T20:49:43.397Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.2.4
[2022-07-25T20:49:43.406Z] ['info'] => Project root located at: /home/runner/work/relation_engine_importers/relation_engine_importers
[2022-07-25T20:49:43.407Z] ['info'] -> No token specified or token is empty
[2022-07-25T20:49:43.415Z] ['info'] Searching for coverage files...
[2022-07-25T20:49:43.485Z] ['info'] => Found 1 possible coverage files:
  ./cov.xml
[2022-07-25T20:49:43.486Z] ['info'] Processing ./cov.xml...
[2022-07-25T20:49:43.490Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-07-25T20:49:43.492Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.0-uploader-0.2.4&token=*******&branch=dev-ncbi_taxa_tests&build=2735198103&build_url=https%3A%2F%2Fgithub.com%2Fkbase%2Frelation_engine_importers%2Factions%2Fruns%2F2735198103&commit=fff2d537b8de7b8e0262a8942f0054ed9b1f2b41&job=Run+tests&pr=53&service=github-actions&slug=kbase%2Frelation_engine_importers&name=&tag=&flags=&parent=
[2022-07-25T20:49:43.919Z] ['info'] https://codecov.io/github/kbase/relation_engine_importers/commit/fff2d537b8de7b8e0262a8942f0054ed9b1f2b41
https://storage.googleapis.com/codecov/v4/raw/2022-07-25/297C7AD008A573C6CE605BF7481EA9E7/fff2d537b8de7b8e0262a8942f0054ed9b1f2b41/84cc3d65-d1ac-4594-b996-028f61a037bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220725%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220725T204943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=54ded1b85e294366f5fe095fbfe279a23f8d03c2813d7a2a75d84442222d416a
[2022-07-25T20:49:43.920Z] ['info'] Uploading...
[2022-07-25T20:49:44.129Z] ['info'] {"status":"success","resultURL":"https://codecov.io/github/kbase/relation_engine_importers/commit/fff2d537b8de7b8e0262a8942f0054ed9b1f2b41"}

Expected Results

I expected to see the files that were added in the PR show up in in the summary on the repo main page.

Actual Results

The files don’t show up.

Additional Information

n/a

Commit image:

Of course, now that I reported it (finally, I noticed this a couple days ago), the problem seems to have resolved itself.

@MrCreosote yikes, not sure what happened there. I’m guessing we hadn’t finished processing things on our side maybe? Just wanted to confirm that it’s working for you now.

yep, seems to be back to normal AFAICT

1 Like