Skip to content

Commit

Permalink
looks like coveralls needs to be run from the dir containing .coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Friend committed Nov 3, 2014
1 parent 63a68d3 commit 8d30c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ install:
- pip install cookiecutter coveralls
script:
- make
after_success:
- coveralls
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test: $(COOKIE)
cd $(COOKIE); pip install -r requirements/dev.txt
cd $(COOKIE); coverage run --source $(COOKIE) manage.py test
cd $(COOKIE); coverage report -m
cd $(COOKIE); coveralls

$(COOKIE): Makefile cookiecutter.json $(COOKIE_CRUMBS)
cookiecutter . --no-input
Expand Down

0 comments on commit 8d30c57

Please sign in to comment.