Skip to content

Commit

Permalink
Update codecov.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier authored Sep 25, 2023
1 parent 5dcc580 commit 329b23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
R -e 'remotes::install_deps()'
- name: Install covr package
run: R -e 'install.packages("covr")'
run: R -e 'install.packages("covr","testthat")'


- name: Run tests and calculate coverage
Expand Down

0 comments on commit 329b23c

Please sign in to comment.