Skip to content

Commit 3fe061b

Browse files
committed
remove junit attempts, check skip, lintr skip, covr skip
1 parent bd9ddd9 commit 3fe061b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/test-coverage.yaml

+1-13
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ jobs:
3333
cov <- covr::package_coverage(
3434
quiet = FALSE,
3535
clean = FALSE,
36-
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package"),
37-
type = "none",
38-
code = "testthat::test_package(
39-
'openaq',
40-
reporter = testthat::JunitReporter$new(file = 'junit.xml')
41-
)
36+
install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package")
4237
)
4338
covr::to_cobertura(cov)
4439
shell: Rscript {0}
@@ -65,10 +60,3 @@ jobs:
6560
with:
6661
name: coverage-test-failures
6762
path: ${{ runner.temp }}/package
68-
69-
- name: Upload test results to Codecov
70-
if: ${{ !cancelled() }}
71-
uses: codecov/test-results-action@v1
72-
with:
73-
token: ${{ secrets.CODECOV_TOKEN }}
74-
files: ./junit.xml

0 commit comments

Comments
 (0)