Report coverage results using codecov

This commit is contained in:
Thomas Robitaille 2019-09-06 23:36:40 +01:00
Родитель fe6f6495d2
Коммит 2d30a2672c
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,12 @@ jobs:
DISPLAY: :99.0
CI: true
- bash: python -m pip install codecov
displayName: Installing codecov
- bash: python -m codecov --name ${{ parameters.name }}_${{ python_version }} -t $(codecov.token)
displayName: Running codecov
- bash: python -m pip install .[docs]
displayName: Installing documentation dependencies