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 6060 conda build --no-test --python $PYTHON_VERSION ./conf
6161 conda create --name mpi4py_fft_env mpi4py_fft_test coverage scipy pyfftw python=$PYTHON_VERSION --use-local
6262 source activate mpi4py_fft_env
63- pip install codecov codacy-coverage
63+ pip install codecov
6464 cd tests && ./runtests.sh
6565 displayName: Build and test
6666
7575 source activate mpi4py_fft_env
7676 cd tests
7777 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
7979 fi
8080 condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
8181 displayName: Upload to Codecov
You can’t perform that action at this time.
0 commit comments