Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
Disable code coverage uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedos committed Jul 6, 2019
1 parent e98b57c commit 42ca743
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
# - Linux, Python 3.7
# - Linux, Python 3.8-dev
# - macOS, Python 3.6
# Coverage analysis reports are uploaded to
# https://codecov.io/gh/nbedos/termtosvg
#
# 2/ Artifact deployment:
# - For tags x.y.z:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ install:
tests:
coverage run --branch --source termtosvg -m unittest termtosvg.tests.suite -v
coverage report
codecov || exit "Uploading coverage report failed"
pylint -j 0 --extension-pkg-whitelist lxml termtosvg/*.py || exit 0

build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/nbedos/termtosvg.svg?branch=develop)](https://travis-ci.org/nbedos/termtosvg) [![Coverage](https://codecov.io/gh/nbedos/termtosvg/branch/develop/graph/badge.svg)](https://codecov.io/gh/nbedos/termtosvg)
[![Build Status](https://travis-ci.org/nbedos/termtosvg.svg?branch=develop)](https://travis-ci.org/nbedos/termtosvg)


# termtosvg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
extras_require={
'dev': [
'codecov',
'coverage',
'pylint',
'twine',
'wheel',
Expand Down

0 comments on commit 42ca743

Please sign in to comment.