Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
Try again with codecov
  • Loading branch information
stefan-m-lenz authored Sep 29, 2024
1 parent 283c625 commit b286309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -53,5 +53,5 @@ jobs:
fi
- name: Test coverage
run: covr::coveralls(repo_token = Sys.getenv("COVERALLS_REPO_TOKEN"), service_name = "jenkins", type = c("tests", "examples"))
run: covr::codecov(token = Sys.getenv("CODECOV_TOKEN"), type = c("tests", "examples"))
shell: Rscript {0}

0 comments on commit b286309

Please sign in to comment.