Skip to content

Commit

Permalink
Try to fix coverage uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 8, 2017
1 parent edba028 commit 7783006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ script:
- "(cd test && pytest --cov=pudb)"

after_success:
- upload_coverage.sh
- bash upload_coverage.sh

sudo: false
3 changes: 2 additions & 1 deletion upload_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ fi

echo "uploading coverage"

eval "codecov --token=$COVERAGE"
cd test
eval "codecov --token=$COVERAGE"

0 comments on commit 7783006

Please sign in to comment.