We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aff3a7 commit a7c29ceCopy full SHA for a7c29ce
.github/workflows/ci.yaml
@@ -51,8 +51,8 @@ jobs:
51
--cov-config=/workspaces/repo/pyproject.toml \
52
--cov-report=xml:/tmp/coverage.xml && \
53
sed -i 's|<package name=\".\"|<package name=\"${{ matrix.name }}\"|g' /tmp/coverage.xml && \
54
- sudo cp /tmp/test-results.xml /workspaces/repo/${{ matrix.subfolder }}/ && \
55
- sudo cp /tmp/coverage.xml /workspaces/repo/${{ matrix.subfolder }}/"
+ cp /tmp/test-results.xml /workspaces/repo/${{ matrix.subfolder }}/ && \
+ cp /tmp/coverage.xml /workspaces/repo/${{ matrix.subfolder }}/"
56
57
- name: Upload test results
58
uses: actions/upload-artifact@v4
0 commit comments