Error: Unable to show line by line coverage

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.
I understand that the community boards are a free, best-effort tool. While we hope to have someone on the Codecov team resolve your problem quickly, this is not always possible.

Description

In a repository, where everything worked fine a year ago, I suddenly get the error message “There was a problem getting the source code from your provider. Unable to show line by line coverage.”

CI/CD URL

Private github repo

Codecov Output

Run codecov/codecov-action@v3
  with:
    token: ***
    fail_ci_if_error: true
  env:
    VENV_CACHE_VERSION: v3
    pythonLocation: /opt/hostedtoolcache/Python/3.10.11/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.11/x64/lib
==> linux OS detected
https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
==> SHASUM file signed by key id 806bb28aed779869
==> Uploader SHASUM verified (02b055414cc124203ab061ffc45f5497ca39ede5e63a06717a6981c32d7b425f  codecov)
==> Running version latest
==> Running version v0.5.0
/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov -n  -Q github-action-3.1.4 -Z -C bace1980608bf0c2dae059ff6f39f48bd96a4dd8
[2023-05-31T16:18:06.990Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2023-05-31T16:18:06.998Z] ['info'] => Project root located at: /home/runner/work/my_project/my_project
[2023-05-31T16:18:06.999Z] ['info'] ->  Token found by environment variables
[2023-05-31T16:18:07.006Z] ['info'] Searching for coverage files...
[2023-05-31T16:18:07.343Z] ['info'] Warning: Some files located via search were excluded from upload.
[2023-05-31T16:18:07.343Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2023-05-31T16:18:07.343Z] ['info'] => Found 2 possible coverage files:
  coverage.xml
  .venv/bin/coverage-3.10
[2023-05-31T16:18:07.344Z] ['info'] Processing /home/runner/work/my_project/my_project/coverage.xml...
[2023-05-31T16:18:07.346Z] ['info'] Processing /home/runner/work/my_project/my_project/.venv/bin/coverage-3.10...
[2023-05-31T16:18:07.348Z] ['info'] Using manual override from args.
[2023-05-31T16:18:07.348Z] ['info'] Detected GitHub Actions as the CI provider.
[2023-05-31T16:18:07.592Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.4-uploader-0.5.0&token=*******&branch=feature%2Fmy_branch&build=5135231076&build_url=https%3A%2F%2Fgithub.com%2Fauchri%2Fmy_project%2Factions%2Fruns%2F5135231076&commit=bace1980608bf0c2dae059ff6f39f48bd96a4dd8&job=Tests+and+coverage&pr=19&service=github-actions&slug=auchri%2Fmy_project&name=&tag=&flags=&parent=
[2023-05-31T16:18:08.008Z] ['info'] https://app.codecov.io/github/auchri/my_project/commit/bace1980608bf0c2dae059ff6f39f48bd96a4dd8
https://storage.googleapis.com/codecov/v4/raw/2023-05-31/CE640FE26C27D34064F4C494779376FB/bace1980608bf0c2dae059ff6f39f48bd96a4dd8/d961d769-ac95-49a2-a1c1-8a85fec2676e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230531%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230531T161807Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a34789693ae69bdd89c59ec6088fee0b87cd7639d253c2d060d1338186275ef1
[2023-05-31T16:18:08.009Z] ['info'] Uploading...
[2023-05-31T16:18:08.192Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/auchri/my_project/commit/bace1980608bf0c2dae059ff6f39f48bd96a4dd8"}

Expected Results

Selecting a file in Codecov should show the line by line coverage

Additional Information

Already tried to renew the upload token and reinstalled the github app

@auchri I’ll take a look today, sorry for the delay.

Did you find anything?

@auchri I’m sorry I’m still having some trouble here. Would you mind shooting over another more recent commit SHA?

Sure: 9763fe36242a4852eb2b0062a3e658d8df2dcaa7

@auchri apologies, I was a bit ill last month and this got off my radar.

I’m trying to access the repository, but I’m having a little trouble here. Is your username auchri and the project is called my_project?