mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix code coverage upload.
This commit is contained in:
parent
ca5d822339
commit
c857cb02b7
1 changed files with 6 additions and 1 deletions
|
|
@ -35,4 +35,9 @@ script:
|
|||
fi
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash); fi
|
||||
- |
|
||||
if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then
|
||||
pushd src
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
popd
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue