Skip to content

Commit

Permalink
Update test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao authored Jan 15, 2025
1 parent 30f5f4a commit 5532159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
r-version: ['4.1.0']


env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GH_PAT}}
Expand Down Expand Up @@ -54,4 +53,4 @@ jobs:
- name: Test coverage
run: |
Rscript -e "remotes::install_cran('covr')"
Rscript -e "covr::codecov(token = Sys.getenv('CODECOV_TOKEN'))"
Rscript -e "covr::codecov(token = Sys.getenv('CODECOV_TOKEN'))" || { echo 'Test coverage step failed'; exit 1; }

0 comments on commit 5532159

Please sign in to comment.