File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : ea9f24b
2+ _commit : 81e8acd
33_src_path : https://github.com/python-project-templates/base.git
44add_extension : rust
55email : 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -89,15 +89,13 @@ jobs:
8989 uses : actions/upload-artifact@v4
9090 with :
9191 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
92- path : |
93- **/junit.xml
92+ path : ' **/junit.xml'
9493 if : ${{ always() }}
9594
9695 - name : Publish Unit Test Results
9796 uses : EnricoMi/publish-unit-test-result-action@v2
9897 with :
99- files : |
100- **/junit.xml
98+ files : ' **/junit.xml'
10199 if : matrix.os == 'ubuntu-latest'
102100
103101 - name : Upload coverage
You can’t perform that action at this time.
0 commit comments