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 : b15e34d
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
7474 - name : Make dist
7575 run : make dist
7676
77- - uses : actions/upload-artifact@v6
77+ - uses : actions/upload-artifact@v7
7878 with :
7979 name : dist-${{matrix.os}}
8080 path : dist
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ branch = true
8080omit = [
8181 " ccflow_s3/tests/integration/" ,
8282]
83+
8384[tool .coverage .report ]
8485exclude_also = [
8586 " raise NotImplementedError" ,
You can’t perform that action at this time.
0 commit comments