Skip to content

Commit d91b8d5

Browse files
committed
Creating coverage.xml specifically in azure-pipelines
1 parent b30db2b commit d91b8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
- bash: |
7474
if [ $PYTHON_VERSION == 3.8 ]; then
7575
source activate mpi4py_fft_env
76-
pip install codecov
7776
cd tests
77+
coverage xml -o ./coverage.xml
7878
curl -Os https://uploader.codecov.io/latest/linux/codecov
7979
chmod +x codecov
8080
./codecov -f coverage.xml

0 commit comments

Comments
 (0)