We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fa2ae commit 5ea1ccdCopy full SHA for 5ea1ccd
1 file changed
.github/workflows/main.yml
@@ -68,11 +68,14 @@ jobs:
68
69
- uses: aki77/reviewdog-action-code-coverage@v2
70
continue-on-error: true
71
+ env:
72
+ PR_REVIEW_TOKEN: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN || secrets.GITHUB_TOKEN }}
73
if: |
74
matrix.python-version == env.PYTHON_VERSION_USED_FOR_COVERAGE &&
75
!cancelled() && github.event_name == 'pull_request'
76
with:
77
lcov_path: coverage.lcov
78
+ github_token: ${{ env.PR_REVIEW_TOKEN }}
79
80
- uses: codecov/codecov-action@v5
81
id: codecov
0 commit comments