File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 51
51
run : pip install tox
52
52
- name : Run Tox
53
53
run : tox -e cov
54
-
55
- # Codcov Action required installing pytest-cov as it needs coverage.
56
- # The coverage library installed within tox is in virt-env and not
57
- # accessible to Codecov.
58
- - name : Install pytest cov
59
- run : pip install pytest-cov
60
- - name : Upload coverage to Codecov
61
- uses : codecov/codecov-action@v4
62
- with :
63
- token : ${{ secrets.CODECOV_TOKEN }}
64
- fail_ci_if_error : true
65
- verbose : true
66
54
docs :
67
55
runs-on : ubuntu-latest
68
56
steps :
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ A Python client for [Pulp 2.x](https://pulpproject.org/), used by
5
5
[ release-engineering] ( https://github.com/release-engineering ) publishing tools.
6
6
7
7
[ ![ Build Status] ( https://github.com/release-engineering/pubtools-pulplib/actions/workflows/tox-test.yml/badge.svg )] ( https://github.com/release-engineering/pubtools-pulplib/actions/workflows/tox-test.yml )
8
- [ ![ codecov] ( https://codecov.io/gh/release-engineering/pubtools-pulplib/branch/master/graph/badge.svg?token=CABMY3WeIB )] ( https://codecov.io/gh/release-engineering/pubtools-pulplib )
9
8
10
9
- [ Source] ( https://github.com/release-engineering/pubtools-pulplib )
11
10
- [ Documentation] ( https://release-engineering.github.io/pubtools-pulplib/ )
You can’t perform that action at this time.
0 commit comments