We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e67963 commit 43fccfeCopy full SHA for 43fccfe
azure-pipelines.yml
@@ -75,8 +75,7 @@ jobs:
75
source activate mpi4py_fft_env
76
cd tests
77
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)
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) -t $(CODACY_PROJECT_TOKEN) report -r coverage.xml
80
fi
81
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
82
displayName: Upload to Codecov
0 commit comments