Skip to content

Commit 4e67963

Browse files
committed
Try fixing codacy now codecov works
1 parent 1f67475 commit 4e67963

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ jobs:
7575
source activate mpi4py_fft_env
7676
cd tests
7777
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)
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)
8280
fi
8381
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
8482
displayName: Upload to Codecov

0 commit comments

Comments
 (0)