File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 87
87
dist : bionic
88
88
name : coverage
89
89
python : 3.8
90
+ install :
91
+ - pip3 install tox codecov
90
92
script :
91
- - pip3 install tox
92
93
- tox -e cover
94
+ after_success :
95
+ - codecov
93
96
allow_failures :
94
97
- env : GITLAB_TAG=nightly
Original file line number Diff line number Diff line change 7
7
.. image :: https://readthedocs.org/projects/python-gitlab/badge/?version=latest
8
8
:target: https://python-gitlab.readthedocs.org/en/latest/?badge=latest
9
9
10
+ .. image :: https://codecov.io/github/python-gitlab/python-gitlab/coverage.svg?branch=master
11
+ :target: https://codecov.io/github/python-gitlab/python-gitlab?branch=master
12
+
10
13
.. image :: https://img.shields.io/pypi/pyversions/python-gitlab.svg
11
14
:target: https://pypi.python.org/pypi/python-gitlab
12
15
You can’t perform that action at this time.
0 commit comments