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 1f67475 commit 4e67963Copy full SHA for 4e67963
azure-pipelines.yml
@@ -75,10 +75,8 @@ jobs:
75
source activate mpi4py_fft_env
76
cd tests
77
bash <(curl -s https://codecov.io/bash)
78
- #codecov -t $(CODECOV_TOKEN)
79
- #curl -s -o codecov.sh https://codecov.io/bash
80
- #bash codecov.sh -X gcov -X fix -t $(CODECOV_TOKEN)
81
- python-codacy-coverage -r coverage.xml -t $(CODACY_PROJECT_TOKEN)
+ bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
+ #python-codacy-coverage -r coverage.xml -t $(CODACY_PROJECT_TOKEN)
82
fi
83
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
84
displayName: Upload to Codecov
0 commit comments