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 Nov 7, 2023
1 parent 2e3d4be commit 9560f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: r-lib/actions/setup-pandoc@v1

- name: Set up TinyTeX
uses: yihui/tinytex-action@v3
uses: r-lib/actions/setup-tinytex@v2-branch

- name: Cache R packages
uses: actions/cache@v2
Expand All @@ -50,4 +50,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'))"

0 comments on commit 9560f6f

Please sign in to comment.