Skip to content

Commit 8aa4da1

Browse files
committed
* 'master' of https://github.com/Labs64/NetLicensingClient-python: Update README.md Update netlicensing-python-test.yml Update README.md
2 parents b8068af + 5ecb54c commit 8aa4da1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/netlicensing-python-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ jobs:
3737
- name: Test with pytest
3838
run: |
3939
pytest
40+
- name: Upload Codecov
41+
run: |
42+
bash <(curl -s https://codecov.io/bash)

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
[![CI Status](https://github.com/Labs64/NetLicensingClient-python/workflows/Python%20Client%20CI/badge.svg)](https://github.com/Labs64/NetLicensingClient-python/actions?query=workflow%3A%22Python+Client+CI%22)
88
[![PyPI](https://img.shields.io/pypi/v/netlicensing-python-client.svg)](https://pypi.org/project/netlicensing-python-client/)
99
[![PyVer](https://img.shields.io/pypi/pyversions/netlicensing-python-client.svg)](https://pypi.org/project/netlicensing-python-client)
10-
[![Docs](https://img.shields.io/readthedocs/netlicensing-python-client)](https://netlicensing-python-client.readthedocs.io)
11-
[![Codecov](https://img.shields.io/codecov/c/github/pypa/netlicensing-python-client)](https://codecov.io/gh/pypa/netlicensing-python-client)
10+
[![codecov](https://codecov.io/gh/Labs64/NetLicensingClient-python/branch/master/graph/badge.svg)](https://codecov.io/gh/Labs64/NetLicensingClient-python)
1211

1312

1413
Python wrapper for Labs64 NetLicensing [RESTful API](http://l64.cc/nl10)

0 commit comments

Comments
 (0)