Skip to content

Commit

Permalink
Use Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-m-lenz committed Sep 28, 2024
1 parent 1359bda commit 532f0cd
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 }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

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

0 comments on commit 532f0cd

Please sign in to comment.