We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a176f85 commit 2a098cfCopy full SHA for 2a098cf
1 file changed
.github/workflows/test-coverage.yaml
@@ -30,19 +30,11 @@ jobs:
30
covr::codecov(
31
quiet = FALSE,
32
clean = FALSE,
33
+ token = "${{ secrets.CODECOV_TOKEN }}"
34
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
35
)
36
shell: Rscript {0}
37
- - name: Upload test coverage to Codecov
38
- uses: codecov/codecov-action@v4
39
- with:
40
- token: ${{ secrets.CODECOV_TOKEN }}
41
- files: ./coverage.xml
42
- flags: unittests
43
- verbose: true
44
- fail_ci_if_error: false
45
-
46
- name: Show testthat output
47
if: always()
48
run: |
0 commit comments