We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14702b commit bec25e6Copy full SHA for bec25e6
.github/workflows/rw_poetry_run_test.yaml
@@ -133,5 +133,5 @@ jobs:
133
uses: actions/upload-artifact@v3
134
with:
135
name: coverage
136
- path: .coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
+ path: ./.coverage.${{ inputs.test_type }}.${{ inputs.runtime_os }}-${{ inputs.python_version }}
137
if-no-files-found: error
0 commit comments