We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a58218 + 495036e commit c8c8c74Copy full SHA for c8c8c74
.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: jupyter
5
email: [email protected]
.github/workflows/build.yml
@@ -76,15 +76,13 @@ jobs:
76
uses: actions/upload-artifact@v4
77
with:
78
name: test-results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.node-version }}
79
- path: |
80
- **/junit.xml
+ path: '**/junit.xml'
81
if: ${{ always() }}
82
83
- name: Publish Unit Test Results
84
uses: EnricoMi/publish-unit-test-result-action@v2
85
86
- files: |
87
+ files: '**/junit.xml'
88
if: matrix.os == 'ubuntu-latest'
89
90
- name: Upload coverage
0 commit comments