Description
- Codecov is not commenting in PRs in one of my repos,
smockle/action-filter-issues
, for example, in this PR: https://github.com/smockle/action-filter-issues/pull/82. - The Codecov GitHub Marketplace app is installed (Sign in to GitHub · GitHub), and
smockle/action-filter-issues
is included in the list of selected repositories the app can access. - I can view the repo’s coverage in Codecov: Codecov.
- I send coverage data to Codecov using the
codecov/codecov-action@v2
GitHub Action, which is run as part of my “Test” workflow (action-filter-issues/test.yml at c2194fb3489b750a429eb1433af92f1bfd4f8818 · smockle-archive/action-filter-issues · GitHub). - The specific “Test” workflow run for the PR passed: https://github.com/smockle/action-filter-issues/runs/5058331187?check_suite_focus=true.
- The Codecov step of the workflow run succeeded and logged
{"status":"success","resultURL":"https://codecov.io/github/smockle/action-filter-issues/commit/a0c8b741a175407e6dd14119cc4226562deb3656"}
.
CI/CD URL
https://github.com/smockle/action-filter-issues/runs/5058331187?check_suite_focus=true
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 (330066ecce62f2cdcfd2fe1845095475f51bbad9649dce81ac7b663dc884bbef codecov)
==> Running version latest
==> Running version v0.1.15
/home/runner/work/_actions/codecov/codecov-action/v2/dist/codecov -n -Q github-action-2.1.0 -C a0c8b741a175407e6dd14119cc4226562deb3656
[2022-02-03T21:07:44.386Z] ['info']
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.1.15
[2022-02-03T21:07:44.396Z] ['info'] => Project root located at: /home/runner/work/action-filter-issues/action-filter-issues
[2022-02-03T21:07:44.397Z] ['info'] -> Token found by environment variables
[2022-02-03T21:07:44.403Z] ['info'] Searching for coverage files...
[2022-02-03T21:07:44.449Z] ['info'] Warning: Some files located via search were excluded from upload.
[2022-02-03T21:07:44.449Z] ['info'] If Codecov did not locate your files, please review https://docs.codecov.com/docs/supported-report-formats
[2022-02-03T21:07:44.449Z] ['info'] => Found 3 possible coverage files:
coverage/clover.xml
coverage/coverage-final.json
coverage/lcov.info
[2022-02-03T21:07:44.449Z] ['info'] Processing /home/runner/work/action-filter-issues/action-filter-issues/coverage/clover.xml...
[2022-02-03T21:07:44.452Z] ['info'] Processing /home/runner/work/action-filter-issues/action-filter-issues/coverage/coverage-final.json...
[2022-02-03T21:07:44.453Z] ['info'] Processing /home/runner/work/action-filter-issues/action-filter-issues/coverage/lcov.info...
[2022-02-03T21:07:44.455Z] ['info'] Using manual override from args.
[2022-02-03T21:07:44.456Z] ['info'] Detected GitHub Actions as the CI provider.
[2022-02-03T21:07:44.457Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=github-action-2.1.0-uploader-0.1.15&token=*******&branch=test-codecov&build=1791777980&build_url=https%3A%2F%2Fgithub.com%2Fsmockle%2Faction-filter-issues%2Factions%2Fruns%2F1791777980&commit=a0c8b741a175407e6dd14119cc4226562deb3656&job=Test&pr=82&service=github-actions&slug=smockle%2Faction-filter-issues&name=&tag=&flags=&parent=
[2022-02-03T21:07:44.813Z] ['info'] Uploading...
[2022-02-03T21:07:45.033Z] ['info'] {"status":"success","resultURL":"https://codecov.io/github/smockle/action-filter-issues/commit/a0c8b741a175407e6dd14119cc4226562deb3656"}
Expected Results
I expect Codecov to add a comment to https://github.com/smockle/action-filter-issues/pull/82 with information about coverage changes.
Actual Results
Codecov did not add a comment to https://github.com/smockle/action-filter-issues/pull/82.
Additional Information
- Codecov is commenting in my other repos, e.g. build(deps-dev): Bump @types/node from 17.0.13 to 17.0.14 by dependabot[bot] · Pull Request #91 · smockle-archive/action-autolabel · GitHub
- An unexpected message appears at the top of Codecov “ Github Integration is installed. However, this repository is not enabled. Click here to see your installation listings.. Find Repository Access and add action-filter-issues to the list.” First, that link is broken—the correct link is Sign in to GitHub · GitHub. Second, the repo is already in the Repository Access list.
- The GitHub - smockle-archive/action-filter-issues: Output a space-delimited list of issues matching the specified criteria. repo does not include a Codecov YAML configuration file; I assume the default configuration (in which comments are enabled) is being used: About the Codecov YAML.