Skip to content

Commit

Permalink
Merge pull request #108 from brittonsmith/cc
Browse files Browse the repository at this point in the history
Return to coveralls
  • Loading branch information
brittonsmith committed Jan 13, 2020
2 parents 180e703 + 19018b4 commit e65be1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ commands:
fi
if [ << parameters.coverage >> == 1 ]; then
# code coverage report
codecov
export COVERALLS_REPO_TOKEN="yUoFnf5H5uC9MJ9kLqzKaoSxkPf5dHc7F"
coveralls
fi
build-docs:
Expand Down Expand Up @@ -176,15 +177,15 @@ jobs:

- restore_cache:
name: "Restore dependencies cache."
key: python-<< parameters.tag >>-dependencies-v2
key: python-<< parameters.tag >>-dependencies-v3

- install-dependencies:
yttag: << parameters.yttag >>
- configure-trident

- save_cache:
name: "Save dependencies cache."
key: python-<< parameters.tag >>-dependencies-v2
key: python-<< parameters.tag >>-dependencies-v3
paths:
- ~/.cache/pip
- ~/venv
Expand Down
13 changes: 0 additions & 13 deletions .codecov.yml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version(filename):
long_description = f.read()

dev_requirements = [
'codecov', 'flake8', 'pytest>=3.6', 'pytest-cov', 'twine', 'wheel',
'coveralls', 'flake8', 'pytest>=3.6', 'pytest-cov', 'twine', 'wheel',
'sphinx', 'scipy', 'sphinx_rtd_theme', 'gitpython']

setup(
Expand Down

0 comments on commit e65be1d

Please sign in to comment.