Skip to content

Commit

Permalink
fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwesley committed Nov 26, 2024
1 parent 8d19c65 commit 0b14249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
library(covr)
cov <- covr::package_coverage(quiet = FALSE, clean = FALSE)
covr::to_cobertura(cov, output_file = "coverage.xml")
covr::to_cobertura(cov)
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 0b14249

Please sign in to comment.