Skip to content

Commit

Permalink
fix(ci): Set working-directory for coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 12, 2024
1 parent 0ce930f commit 87ac395
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 @@ -54,7 +54,7 @@ jobs:
plugin: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}
directory: ${{ matrix.package_dir }}
working-directory: ${{ matrix.package_dir }}

- name: Show testthat output
if: always()
Expand Down

0 comments on commit 87ac395

Please sign in to comment.