Skip to content

Commit

Permalink
Update github actions v6
Browse files Browse the repository at this point in the history
  • Loading branch information
klau506 committed Mar 20, 2024
1 parent 40b258e commit 5f304d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck","covr"), repos = "https://cloud.r-project.org")
install.packages(c("remotes","rcmdcheck","covr","DT","htmltools"), repos = "https://cloud.r-project.org")
remotes::install_github("JGCRI/rpackageutils")
remotes::install_github("bc3LC/rfasst@dev_k")
remotes::install_deps(dependencies = TRUE)
Expand All @@ -51,6 +51,6 @@ jobs:

- uses: codecov/codecov-action@v3
with:
# token: ${{secrets.CODECOV_TOKEN}}
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
verbose: true

0 comments on commit 5f304d9

Please sign in to comment.