Skip to content

Commit

Permalink
remove codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
LDSamson committed Nov 20, 2024
1 parent 740a10a commit c6987d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
env:
RENV_PROFILE: "full"
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
RENV_CONFIG_SANDBOX_ENABLED: false

steps:
Expand Down Expand Up @@ -50,8 +49,7 @@ jobs:
run: covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package"),
token = Sys.getenv("CODECOV_TOKEN")
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
)
shell: Rscript {0}

Expand Down

0 comments on commit c6987d0

Please sign in to comment.