File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 08a244d
2+ _commit : 4d4d95a
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change 5555 run : make coverage
5656
5757 - name : Upload test results (Python)
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6161 path : junit.xml
7373 - name : Make dist
7474 run : make dist
7575
76- - uses : actions/upload-artifact@v6
76+ - uses : actions/upload-artifact@v7
7777 with :
7878 name : dist-${{matrix.os}}
7979 path : dist
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ branch = false
100100omit = [
101101 " hatch_cpp/tests/integration/" ,
102102]
103+
103104[tool .coverage .report ]
104105exclude_also = [
105106 " raise NotImplementedError" ,
You can’t perform that action at this time.
0 commit comments