We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2723e commit 1d998adCopy full SHA for 1d998ad
azure-pipelines.yml
@@ -93,5 +93,8 @@ jobs:
93
pip install "torch==1.7.1+cpu" -f https://download.pytorch.org/whl/torch_stable.html
94
pip install ipykernel pydot graphviz
95
python -m ipykernel install --name thinc-notebook-tests --user
96
- python -m pytest --pyargs thinc
+ python -m pytest --pyargs thinc --cov=thinc --cov-report=xml
97
displayName: 'Run tests'
98
+
99
+ - bash: bash <(curl -s https://codecov.io/bash)
100
+ displayName: 'Upload to codecov.io'
0 commit comments