Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Dec 3, 2024
1 parent 4ee0fdb commit 74782a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
- name: Create Junit Report
if: always()
run: |
testthat::test_local(reporter = testthat::JunitReporter$new("./junit.xml"))
test_out <- path.expand(file.path(getwd(), "junit.xml"))
testthat::test_local(reporter = testthat::JunitReporter$new(test_out))
shell: Rscript {0}

- name: Upload test results to Codecov
Expand Down Expand Up @@ -76,3 +77,4 @@ jobs:
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

0 comments on commit 74782a8

Please sign in to comment.