File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 use_pypi : true
162162 token : ${{ secrets[matrix.codecov_token_secret] }}
163163 url : ${{ secrets[matrix.codecov_url_secret] }}
164- working-directory : ${{ inputs.working_directory }}
164+ recurse_submodules : true
165165
166166 - name : Uploading integration test coverage (${{ matrix.name }})
167167 if : ${{ inputs.run_integration == true }}
@@ -175,7 +175,7 @@ jobs:
175175 use_pypi : true
176176 token : ${{ secrets[matrix.codecov_token_secret] }}
177177 url : ${{ secrets[matrix.codecov_url_secret] }}
178- working-directory : ${{ inputs.working_directory }}
178+ recurse_submodules : true
179179
180180 # The test result action doesn't accept globs in its `files` argument
181181 # so this step expands the globs into a comma-separated list of files
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 use_pypi : true
135135 token : ${{ secrets[matrix.codecov_token_secret] }}
136136 url : ${{ secrets[matrix.codecov_url_secret] }}
137- working-directory : ${{ inputs.working_directory }}
137+ recurse_submodules : true
138138
139139 - name : Uploading integration test coverage (${{ matrix.name }})
140140 if : ${{ inputs.run_integration == true }}
@@ -148,7 +148,7 @@ jobs:
148148 use_pypi : true
149149 token : ${{ secrets[matrix.codecov_token_secret] }}
150150 url : ${{ secrets[matrix.codecov_url_secret] }}
151- working-directory : ${{ inputs.working_directory }}
151+ recurse_submodules : true
152152
153153 - name : Uploading unit test results (${{ matrix.name }})
154154 uses : codecov/test-results-action@v1
You can’t perform that action at this time.
0 commit comments