File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 coverage-data-pattern :
2525 required : true
2626 type : string
27+ python-version :
28+ required : false
29+ type : string
30+ default : " 3.10"
2731
2832jobs :
2933 pull-request-coverage :
3741 - uses : actions/setup-python@v5
3842 with :
3943 # Use latest Python, so it understands all syntax.
40- python-version : " 3.7 "
44+ python-version : ${{ inputs.python-version }}
4145
4246 - uses : actions/download-artifact@v4
4347 with :
@@ -120,7 +124,7 @@ jobs:
120124 with :
121125 # Use the earliest possible version of Python due to a bug in coveragepy.
122126 # See https://github.com/nedbat/coveragepy/issues/1572
123- python-version : " 3.7 "
127+ python-version : ${{ inputs.python-version }}
124128
125129 - uses : actions/download-artifact@v4
126130 with :
Original file line number Diff line number Diff line change 7878 coverage-report : coverage.txt
7979 coverage-badge : coverage.svg
8080 coverage-branch : coverage
81+ python-version : " 3.7"
8182
8283 Installation :
8384 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments