mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-08 03:24:47 +08:00
ci: upload coverage always
This commit is contained in:
@@ -30,7 +30,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- make --keep-going "$ENV" BUILD_VIRTUAL_ENV=$VIRTUAL_ENV
|
- make --keep-going "$ENV" BUILD_VIRTUAL_ENV=$VIRTUAL_ENV
|
||||||
|
|
||||||
after_success:
|
after_script:
|
||||||
- |
|
- |
|
||||||
if [ "$ENV" = "test_coverage" ]; then
|
if [ "$ENV" = "test_coverage" ]; then
|
||||||
coverage xml
|
coverage xml
|
||||||
|
|||||||
Reference in New Issue
Block a user