Skip to content

Commit c4fc17a

Browse files
Token moved to covr() call.
1 parent 26dc8a4 commit c4fc17a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
- name: Run tests and compute coverage
3434
run: |
3535
Rscript -e 'covr::codecov()'
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}
3638

3739
- name: Upload test results (Artifacts)
3840
if: always()
3941
uses: actions/upload-artifact@v4
4042
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
4243
name: testthat-results
4344
path: tests/testthat

0 commit comments

Comments
 (0)