We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db80a5e commit bd9ddd9Copy full SHA for bd9ddd9
.github/workflows/test-coverage.yaml
@@ -38,7 +38,7 @@ jobs:
38
code = "testthat::test_package(
39
'openaq',
40
reporter = testthat::JunitReporter$new(file = 'junit.xml')
41
- )")
+ )
42
)
43
covr::to_cobertura(cov)
44
shell: Rscript {0}
0 commit comments