Carry forward and nested workflow

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

We have two tests one runs on every push and PR flagged unit and one only runs on push to main flagged integration. The integration flag is configured to carry forward flag true, but the PR coverage doesn’t seem to be being carried forward. For now, both tests are in the same workflow, and the integration test job is skipped on the job level. Does it need to be in a separate workflow to work?

CI/CD URL

Please provide a link to the CI/CD run.

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 (20f9c9d78483fce977b6cc39e231a734a23bcd36f4d536bb7355222fb88d02bc  codecov)
==> Running version latest
==> Running version v0.3.2
/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov -n  -Q github-action-3.1.1 -f ./coverage.lcov -F unit
[2022-11-01T19:30:32.949Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.3.2
[2022-11-01T19:30:32.959Z] ['info'] => Project root located at: /home/runner/work/discordeno/discordeno
[2022-11-01T19:30:32.963Z] ['info'] -> No token specified or token is empty
[2022-11-01T19:30:32.971Z] ['info'] Searching for coverage files...
[2022-11-01T19:30:33.220Z] ['info'] => Found 1 possible coverage files:
  ./coverage.lcov
[2022-11-01T19:30:33.220Z] ['info'] Processing ./coverage.lcov...
[2022-11-01T19:30:33.228Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-11-01T19:30:33.229Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-3.1.1-uploader-0.3.2&token=*******&branch=main&build=3372276950&build_url=https%3A%2F%2Fgithub.com%2Fdiscordeno%2Fdiscordeno%2Factions%2Fruns%2F3372276950&commit=d62e4422244af945a164c971c754626d6c098828&job=Test&pr=&service=github-actions&slug=discordeno%2Fdiscordeno&name=&tag=&flags=unit&parent=
[2022-11-01T19:30:33.923Z] ['info'] https://app.codecov.io/github/discordeno/discordeno/commit/d62e4422244af945a164c971c754626d6c098828
https://storage.googleapis.com/codecov/v4/raw/2022-11-01/3A1C501402BBB967C6FBB82ADBF20606/d62e4422244af945a164c971c754626d6c098828/97e64b02-3c0f-47cb-bc89-9a68b5c97828.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221101%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221101T193033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=617a9cd10be297689907abd861175e4b9ecd00ad5e89ed81d53789202aae7ff0
[2022-11-01T19:30:33.924Z] ['info'] Uploading...
[2022-11-01T19:30:34.126Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/discordeno/discordeno/commit/d62e4422244af945a164c971c754626d6c098828"}

@H01001000 looks like you aren’t using the Codecov GitHub app. This often leads to issues like the one that you are seeing. Please install the app and see if you still experience this issue.