Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
use_pypi: true
token: ${{ secrets[matrix.codecov_token_secret] }}
url: ${{ secrets[matrix.codecov_url_secret] }}
working-directory: ${{ inputs.working_directory }}
recurse_submodules: true

- name: Uploading integration test coverage (${{ matrix.name }})
if: ${{ inputs.run_integration == true }}
Expand All @@ -175,7 +175,7 @@ jobs:
use_pypi: true
token: ${{ secrets[matrix.codecov_token_secret] }}
url: ${{ secrets[matrix.codecov_url_secret] }}
working-directory: ${{ inputs.working_directory }}
recurse_submodules: true

# The test result action doesn't accept globs in its `files` argument
# so this step expands the globs into a comma-separated list of files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
use_pypi: true
token: ${{ secrets[matrix.codecov_token_secret] }}
url: ${{ secrets[matrix.codecov_url_secret] }}
working-directory: ${{ inputs.working_directory }}
recurse_submodules: true

- name: Uploading integration test coverage (${{ matrix.name }})
if: ${{ inputs.run_integration == true }}
Expand All @@ -148,7 +148,7 @@ jobs:
use_pypi: true
token: ${{ secrets[matrix.codecov_token_secret] }}
url: ${{ secrets[matrix.codecov_url_secret] }}
working-directory: ${{ inputs.working_directory }}
recurse_submodules: true

- name: Uploading unit test results (${{ matrix.name }})
uses: codecov/test-results-action@v1
Expand Down
Loading