Skip to content

use recurse_submodules cc action arg + remove working_directory cc action arg #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2025
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