We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 811a21d + ce4cb88 commit 80d5740Copy full SHA for 80d5740
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: ea9f24b
+_commit: 81e8acd
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: rust
5
email: [email protected]
.github/workflows/build.yml
@@ -89,15 +89,13 @@ jobs:
89
uses: actions/upload-artifact@v4
90
with:
91
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}
92
- path: |
93
- **/junit.xml
+ path: '**/junit.xml'
94
if: ${{ always() }}
95
96
- name: Publish Unit Test Results
97
uses: EnricoMi/publish-unit-test-result-action@v2
98
99
- files: |
100
+ files: '**/junit.xml'
101
if: matrix.os == 'ubuntu-latest'
102
103
- name: Upload coverage
0 commit comments