Skip to content

Commit 72c300a

Browse files
committed
Make sure codecov is installed
1 parent e05eea6 commit 72c300a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ script:
2929
- make travis-lint-$TEST_SUITE
3030
- make travis-test-$TEST_SUITE
3131
after_success:
32-
- codecov -e TEST_SUITE
32+
- which -s codecov && codecov -e TEST_SUITE

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ travis-setup-cassandra:
139139
echo "create keyspace sentry with replication = {'class' : 'SimpleStrategy', 'replication_factor': 1};" | cqlsh --cqlversion=3.0.3
140140
echo 'create table nodestore (key text primary key, value blob, flags int);' | cqlsh -k sentry --cqlversion=3.0.3
141141
travis-install-python: travis-upgrade-pip install-python-tests travis-setup-cassandra
142+
python -m pip install codecov
142143
travis-noop:
143144
@echo "nothing to do here."
144145

0 commit comments

Comments
 (0)