Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixErnst committed Mar 19, 2024
1 parent 81bea5c commit 6e87b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

- name: Test coverage
if: github.ref == 'refs/heads/master' && runner.os == 'Linux' && runner.r == '4.3'
if: runner.os == 'Linux' && runner.r == '4.3'
run: |
covr::codecov(
quiet = FALSE,
Expand Down

0 comments on commit 6e87b90

Please sign in to comment.