File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
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 : python
55email : 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -47,18 +47,15 @@ jobs:
4747
4848 - name : Lint
4949 run : make lint
50- if : matrix.os == 'ubuntu-latest'
5150
5251 - name : Checks
5352 run : make checks
54- if : matrix.os == 'ubuntu-latest'
5553
5654 - name : Build
5755 run : make build
5856
5957 - name : Test
6058 run : make coverage
61- if : matrix.os == 'ubuntu-latest'
6259
6360 - name : Upload test results (Python)
6461 uses : actions/upload-artifact@v4
7067 - name : Publish Unit Test Results
7168 uses : EnricoMi/publish-unit-test-result-action@v2
7269 with :
73- files : |
74- **/junit.xml
75- if : matrix.os == 'ubuntu-latest'
70+ files : ' **/junit.xml'
7671
7772 - name : Upload coverage
7873 uses : codecov/codecov-action@v5
8176
8277 - name : Make dist
8378 run : make dist
84- if : matrix.os == 'ubuntu-latest'
8579
8680 - uses : actions/upload-artifact@v4
8781 with :
8882 name : dist-${{matrix.os}}
8983 path : dist
90- if : matrix.os == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments