Skip to content

Commit

Permalink
Upgrade codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Dec 2, 2024
1 parent 0926d21 commit 3237689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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

0 comments on commit 3237689

Please sign in to comment.