Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliott committed May 2, 2024
1 parent 85ff1ef commit 5ff15a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-CHECK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: false
cache-version: ${{ matrix.config.cache }}
extra-packages: any::curl
needs: |
check
dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ jobs:

- name: Test coverage
run: covr::codecov()
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
shell: Rscript {0}
5 changes: 0 additions & 5 deletions tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
library(testthat)
library(iNZightTools)

print(installed.packages()[, 1:2])
if (!requireNamespace("curl")) {
stop("CURL IS NOT INSTALLED?!")
}

test_check("iNZightTools")

0 comments on commit 5ff15a3

Please sign in to comment.