Skip to content

Commit

Permalink
Adds directory argument to codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 10, 2024
1 parent d4e9990 commit af3f634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

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

0 comments on commit af3f634

Please sign in to comment.