Skip to content

Commit

Permalink
Merge pull request #5005 from StackStorm/hotfix/codecove-coverage
Browse files Browse the repository at this point in the history
Fixed bash issue with travis codecov submissions not working
  • Loading branch information
nmaludy authored Jul 23, 2020
2 parents baf8fa7 + fd0afd1 commit 32aaf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/submit-codecov-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ ${TRAVIS_TEST_RESULT} -eq 0 ]; then
# Without eventlet being available to the coverage command it will fail with "Couldn't trace with concurrency=eventlet, the module isn't installed."
pip install eventlet
# NOTE: codecov only supports coverage==4.5.2
pip install coverage<5.0
pip install 'coverage<5.0'
pip install codecov

# 2. Combine coverage report and submit coverage report to codecovs.io
Expand Down

0 comments on commit 32aaf0a

Please sign in to comment.