File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
conda build --no-test --python $PYTHON_VERSION ./conf
61
61
conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy pyfftw python=$PYTHON_VERSION --use-local
62
62
source activate mpi4py_fft_env
63
- pip install codecov codacy-coverage
63
+ pip install codecov
64
64
cd tests && ./runtests.sh
65
65
displayName: Build and test
66
66
75
75
source activate mpi4py_fft_env
76
76
cd tests
77
77
bash <(curl -s https://codecov.io/bash)
78
- bash <(curl -Ls https://coverage.codacy.com/get.sh) -t $(CODACY_PROJECT_TOKEN) report -r coverage.xml
78
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) report -t $(CODACY_PROJECT_TOKEN) -r coverage.xml
79
79
fi
80
80
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
81
81
displayName: Upload to Codecov
You can’t perform that action at this time.
0 commit comments