Skip to content

Commit

Permalink
ci: Also install rcmdcheck deps for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Sep 5, 2023
1 parent 10bdb22 commit 61137b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
needs: coverage
needs: coverage, rcmdcheck

- name: Test coverage
run: |
Expand Down

0 comments on commit 61137b5

Please sign in to comment.