Skip to content

Commit c411986

Browse files
committed
Updating codecov uploader
1 parent e6fbab8 commit c411986

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ jobs:
6868
if [ $PYTHON_VERSION == 3.8 ]; then
6969
source activate mpi4py_fft_env
7070
cd tests
71-
bash <(curl -s https://codecov.io/bash)
72-
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -t $(CODACY_PROJECT_TOKEN) -r coverage.xml
71+
curl -Os https://uploader.codecov.io/latest/linux/codecov
72+
chmod +x codecov
73+
./codecov -f coverage.xml
7374
fi
7475
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
7576
displayName: Upload to Codecov

0 commit comments

Comments
 (0)