We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9912 commit 588a05cCopy full SHA for 588a05c
.github/workflows/test-coverage.yaml
@@ -38,5 +38,6 @@ jobs:
38
if: always()
39
uses: actions/upload-artifact@v4
40
with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
name: testthat-results
43
path: tests/testthat
0 commit comments