diff --git a/.circleci/config.yml b/.circleci/config.yml index b48471b327..82319f8ce5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,8 +132,6 @@ commands: # code coverage report export COVERALLS_REPO_TOKEN="yUoFnf5H5uC9MJ9kLqzKaoSxkPf5dHc7F" coveralls - popd - codecov fi build-docs: diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 4a68d8bb05..0000000000 --- a/.coveralls.yml +++ /dev/null @@ -1 +0,0 @@ -repo_token: yUoFnf5H5uC9MJ9kLqzKaoSxkPf5dHc7F \ No newline at end of file diff --git a/setup.py b/setup.py index 77ce197c92..b90d07a227 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def get_version(filename): long_description = f.read() dev_requirements = [ - 'codecov', 'coveralls', 'flake8', 'pytest>=3.6', 'pytest-cov', 'twine', 'wheel', + 'coveralls', 'flake8', 'pytest>=3.6', 'pytest-cov', 'twine', 'wheel', 'sphinx', 'scipy', 'sphinx_rtd_theme', 'gitpython'] setup( diff --git a/tests/.codecov.yml b/tests/.codecov.yml deleted file mode 100644 index 0a60341de8..0000000000 --- a/tests/.codecov.yml +++ /dev/null @@ -1,13 +0,0 @@ -comment: true - -coverage: - status: - project: - default: - threshold: 1% - patch: - default: - threshold: 100% - -codecov: - token: d0ed8799-866c-4c12-a8b1-f36d7bd5d0c3