Skip to content

Commit bd9ddd9

Browse files
committed
action fix
1 parent db80a5e commit bd9ddd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
code = "testthat::test_package(
3939
'openaq',
4040
reporter = testthat::JunitReporter$new(file = 'junit.xml')
41-
)")
41+
)
4242
)
4343
covr::to_cobertura(cov)
4444
shell: Rscript {0}

0 commit comments

Comments
 (0)