Skip to content

Commit

Permalink
Include secret in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bodkan committed Dec 7, 2023
1 parent d7be08b commit b63ff78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
- name: Test coverage
run: |
covr::codecov(
token = "${{secrets.CODECOV_TOKEN}}",
quiet = FALSE,
clean = FALSE,
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package"),
Expand Down

0 comments on commit b63ff78

Please sign in to comment.