File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
template/{% if git_platform=="github.com" %}.github{% endif %}/workflows Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 99 type : string
1010 description : The runner to run this job on
1111 required : true
12- secrets :
13- CODECOV_TOKEN :
14- required : true
1512
1613env :
1714 # https://github.com/pytest-dev/pytest/issues/2042
4037 with :
4138 name : ${{ inputs.python-version }}/${{ inputs.runs-on }}
4239 files : cov.xml
43- env :
44- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1818 uses : ./.github/workflows/_test.yml
1919 with :
2020 runs-on : ubuntu-latest
21- secrets :
22- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
2321
2422 docs :
2523 uses : ./.github/workflows/_docs.yml
Original file line number Diff line number Diff line change 2525 with:
2626 runs-on: ${{ matrix.runs-on }}
2727 python-version: ${{ matrix.python-version }}
28- secrets:
29- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3028{% endraw %}{% if docker %}{% raw %}
3129 container:
3230 needs: test
You can’t perform that action at this time.
0 commit comments