File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 5757 python -m pip install --upgrade pip tox
5858 - name : Run tox
5959 run : tox -e py${{ matrix.config.tox }}
60- - name : Upload coverage to Codecov
61- uses : codecov/codecov-action@v3
62- with :
63- token : ${{ secrets.CODECOV_TOKEN }}
64- flags : unittests
65- env_vars : OS,PYTHON
66- name : codecov-umbrella
67- fail_ci_if_error : true
68- verbose : true
Original file line number Diff line number Diff line change 4747 python -m pip install --upgrade pip tox
4848 - name : Run tox
4949 run : tox -e py${{ matrix.config.tox }}
50- - name : Upload coverage to Codecov
51- uses : codecov/codecov-action@v1
52- with :
53- token : ${{ secrets.CODECOV_TOKEN }}
54- flags : unittests
55- env_vars : OS,PYTHON
56- name : codecov-umbrella
57- fail_ci_if_error : true
58- verbose : true
5950 build-and-publish :
6051 name : Build and publish Python distributions 📦 to PyPI and TestPyPI
6152 runs-on : ubuntu-22.04
You can’t perform that action at this time.
0 commit comments