Skip to content

Commit

Permalink
Attempts to modify the file argument
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 10, 2024
1 parent 4ad08b3 commit 6977275
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ jobs:
)
)
covr::to_cobertura(cov)
print(list.files(recursive = TRUE, full.names = TRUE))
shell: Rscript {0}

- uses: codecov/codecov-action@v4
with:
directory: ./r
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
file: ./r/cobertura.xml
plugin: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 6977275

Please sign in to comment.