Skip to content

Commit c100889

Browse files
committed
Move token for codacy in azure
1 parent 43fccfe commit c100889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)