File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3131 outputs :
3232 coverage : ${{ steps.tox.outputs.coverage }}
3333 steps :
34- - uses : actions/checkout@v1
34+ - uses : actions/checkout@v3
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v2
36+ uses : actions/setup-python@v4
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install dependencies
4444 id : tox
4545 run : |
4646 make test-all
47+ make coverage
4748 - name : Upload coverage reports to Codecov
4849 uses : codecov/codecov-action@v3
4950 env :
5253 docs :
5354 runs-on : ubuntu-latest
5455 steps :
55- - uses : actions/checkout@v1
56+ - uses : actions/checkout@v3
5657 - name : Set up Python 3.10
57- uses : actions/setup-python@v2
58+ uses : actions/setup-python@v4
5859 with :
5960 python-version : " 3.10"
6061 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments