We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a75310 + e21b2c5 commit 91c1c27Copy full SHA for 91c1c27
2 files changed
.travis.yml
@@ -87,8 +87,11 @@ jobs:
87
dist: bionic
88
name: coverage
89
python: 3.8
90
+ install:
91
+ - pip3 install tox codecov
92
script:
- - pip3 install tox
93
- tox -e cover
94
+ after_success:
95
+ - codecov
96
allow_failures:
97
- env: GITLAB_TAG=nightly
README.rst
@@ -7,6 +7,9 @@
7
.. image:: https://readthedocs.org/projects/python-gitlab/badge/?version=latest
8
:target: https://python-gitlab.readthedocs.org/en/latest/?badge=latest
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
+
13
.. image:: https://img.shields.io/pypi/pyversions/python-gitlab.svg
14
:target: https://pypi.python.org/pypi/python-gitlab
15
0 commit comments