diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index f1cf8ca..178da96 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -38,7 +38,7 @@ jobs: code = "testthat::test_package( 'openaq', reporter = testthat::JunitReporter$new(file = 'junit.xml') - )") + ) ) covr::to_cobertura(cov) shell: Rscript {0}