Skip to content

Commit 05c76c0

Browse files
committed
Fix
1 parent 3ef8bcb commit 05c76c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/R-CMD-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ jobs:
112112

113113
- name: Test coverage
114114
if: matrix.config.os == 'ubuntu-20.04' && matrix.config.r == 'devel'
115-
covr::codecov(type = "all")
115+
run: covr::codecov(type = "all")
116116
shell: Rscript {0}

0 commit comments

Comments
 (0)