Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JennToo committed Apr 15, 2021
1 parent 7e342ec commit 1fe9b71
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- run: sudo apt-get install -y tox
- uses: actions/setup-python@v1
- run: tox
- run: bash <(curl -s https://codecov.io/bash) -f .tox/py3-testcoverage.xml -f .tox/py27-testcoverage.xml
- run: python3 -m pip install build --user
- run: python3 -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution to PyPI
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
![Build Status](https://github.com/ADTRAN/netconf_client/workflows/CI%20Checks/badge.svg)
[![PyPI version](https://badge.fury.io/py/netconf-client.svg)](https://badge.fury.io/py/netconf-client)
[![Documentation Status](https://readthedocs.org/projects/netconf-client/badge/?version=latest)](https://netconf-client.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/ADTRAN/netconf_client/branch/master/graph/badge.svg)](https://codecov.io/gh/ADTRAN/netconf_client)


# netconf_client

Expand Down

0 comments on commit 1fe9b71

Please sign in to comment.