Skip to content

Commit

Permalink
add coverage dep
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 6, 2022
1 parent 2b5b6d3 commit 79faa57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
needs: website

- name: Install package
run: R CMD INSTALL .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: covr
needs: coverage

- name: Install package
run: R CMD INSTALL .
Expand Down
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ Config/testthat/edition: 3
Config/Needs/website:
r-lib/pkgdown,
amirmasoudabdol/preferably
Config/Needs/coverage:
covr
Encoding: UTF-8
Language: en-gb
LazyData: true
Expand Down

0 comments on commit 79faa57

Please sign in to comment.