We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26dc8a4 commit c4fc17aCopy full SHA for c4fc17a
.github/workflows/test-coverage.yaml
@@ -33,11 +33,12 @@ jobs:
33
- name: Run tests and compute coverage
34
run: |
35
Rscript -e 'covr::codecov()'
36
+ with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
38
39
- name: Upload test results (Artifacts)
40
if: always()
41
uses: actions/upload-artifact@v4
42
with:
- token: ${{ secrets.CODECOV_TOKEN }}
43
name: testthat-results
44
path: tests/testthat
0 commit comments