Skip to content

Commit

Permalink
try to run coveralls again [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovalle committed Nov 8, 2020
1 parent 556875e commit a0569ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
- name: coveralls
if: matrix.config.r == 'release' && matrix.config.os == 'ubuntu-20.04'
run: |
R CMD INSTALL .
Rscript -e 'install.packages("covr");covr::coveralls()'
Rscript -e 'remotes::install_github("r-lib/covr@gh-actions");covr::codecov(quiet = FALSE, token = "${{secrets.CODECOV_TOKEN}}")'
- name: Upload check results
if: failure()
Expand Down

0 comments on commit a0569ce

Please sign in to comment.