Skip to content

Commit 6e45c9f

Browse files
committed
chore: remove codecov
1 parent b4ad485 commit 6e45c9f

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ before_install:
66
- pip3.9 install -r requirements.txt
77
- pip3.9 install -e .
88
script: pytest -m "not compiled" --cov=pythonwhat
9-
after_success: codecov --token=$CODECOV_TOKEN
109
deploy:
1110
provider: pypi
1211
user: datacamp

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# pythonwhat
22

33
[![Build Status](https://travis-ci.org/datacamp/pythonwhat.svg?branch=master)](https://travis-ci.org/datacamp/pythonwhat)
4-
[![codecov](https://codecov.io/gh/datacamp/pythonwhat/branch/master/graph/badge.svg)](https://codecov.io/gh/datacamp/pythonwhat)
54
[![PyPI version](https://badge.fury.io/py/pythonwhat.svg)](https://badge.fury.io/py/pythonwhat)
65
[![Documentation Status](https://readthedocs.org/projects/pythonwhat/badge/?version=stable)](http://pythonwhat.readthedocs.io/en/stable/?badge=stable)
76
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdatacamp%2Fpythonwhat.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fdatacamp%2Fpythonwhat?ref=badge_shield)

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ xlrd~=2.0.1
2020

2121
# test-utils deps
2222
pytest~=6.2.5
23-
codecov~=2.1.12
2423
pytest-cov~=2.12.1
2524

2625
# building documentation

0 commit comments

Comments
 (0)