Skip to content

Commit 2a098cf

Browse files
authored
codecov automation
1 parent a176f85 commit 2a098cf

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,11 @@ jobs:
3030
covr::codecov(
3131
quiet = FALSE,
3232
clean = FALSE,
33+
token = "${{ secrets.CODECOV_TOKEN }}"
3334
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
3435
)
3536
shell: Rscript {0}
3637

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-
4638
- name: Show testthat output
4739
if: always()
4840
run: |

0 commit comments

Comments
 (0)