Skip to content

Commit 43fccfe

Browse files
committed
New try for codacy token
1 parent 4e67963 commit 43fccfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +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) report -r coverage.xml
79-
#python-codacy-coverage -r coverage.xml -t $(CODACY_PROJECT_TOKEN)
78+
bash <(curl -Ls https://coverage.codacy.com/get.sh) -t $(CODACY_PROJECT_TOKEN) report -r coverage.xml
8079
fi
8180
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
8281
displayName: Upload to Codecov

0 commit comments

Comments
 (0)