Skip to content

Commit 1d998ad

Browse files
authored
Revert "Disable code cov in CI (#476)" (#483)
This reverts commit fda5e5f.
1 parent 4f2723e commit 1d998ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@ jobs:
9393
pip install "torch==1.7.1+cpu" -f https://download.pytorch.org/whl/torch_stable.html
9494
pip install ipykernel pydot graphviz
9595
python -m ipykernel install --name thinc-notebook-tests --user
96-
python -m pytest --pyargs thinc
96+
python -m pytest --pyargs thinc --cov=thinc --cov-report=xml
9797
displayName: 'Run tests'
98+
99+
- bash: bash <(curl -s https://codecov.io/bash)
100+
displayName: 'Upload to codecov.io'

0 commit comments

Comments
 (0)