Skip to content

Commit

Permalink
GHA: use r-hub/actions/debug-shell@v1 for test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jan 10, 2025
1 parent 09a43f4 commit ef13427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
extra-packages: any::covr
needs: coverage

- uses: r-hub/actions/debug-shell@v1

- name: Test coverage
run: |
covr::codecov(
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library(testthat)
library(pins)

test_check("pins")
test_check("pins", filter = "url")

0 comments on commit ef13427

Please sign in to comment.