Skip to content

Commit 1f67475

Browse files
committed
Try fixing upload to codecov - remove codecov_token
1 parent 93165d2 commit 1f67475

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
if [ $PYTHON_VERSION == 3.7 ]; then
7575
source activate mpi4py_fft_env
7676
cd tests
77-
codecov -t $(CODECOV_TOKEN)
77+
bash <(curl -s https://codecov.io/bash)
78+
#codecov -t $(CODECOV_TOKEN)
7879
#curl -s -o codecov.sh https://codecov.io/bash
7980
#bash codecov.sh -X gcov -X fix -t $(CODECOV_TOKEN)
8081
python-codacy-coverage -r coverage.xml -t $(CODACY_PROJECT_TOKEN)

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pipelines:
66
script:
77
- conda config --set always_yes yes
88
- conda config --add channels conda-forge
9-
- conda install -n root conda-build
9+
- conda install -n root conda-build numpy fftw
1010
- conda build conf/

0 commit comments

Comments
 (0)