diff --git a/.travis.yml b/.travis.yml index 8c90a95..aa1dfb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,5 +19,7 @@ script: after_success: - python3-coverage report - python3-coverage report -m + - python3-coverage xml -i + - bash <(curl -s https://codecov.io/bash) #notifications: # email: false