remove codecov

This commit is contained in:
Eugenio Romano
2021-04-16 11:18:56 +01:00
parent 066a68497d
commit 43633ce6c0
5 changed files with 0 additions and 11 deletions

View File

@@ -15,5 +15,3 @@ if [[ $AFFECTED_LIBS =~ "content-services" || "${TRAVIS_EVENT_TYPE}" == "push"
then
ng test content-services --watch=false || exit 1;
fi;
bash <(curl -s https://codecov.io/bash) -X gcov

View File

@@ -22,5 +22,3 @@ if [[ $AFFECTED_LIBS =~ "extensions" || "${TRAVIS_EVENT_TYPE}" == "push" ]];
then
ng test extensions --watch=false || exit 1;
fi;
bash <(curl -s https://codecov.io/bash) -X gcov

View File

@@ -16,5 +16,3 @@ if [[ $AFFECTED_LIBS =~ "process-services-cloud" || "${TRAVIS_EVENT_TYPE}" == "p
then
ng test process-services-cloud --watch=false || exit 1;
fi;
bash <(curl -s https://codecov.io/bash) -X gcov

View File

@@ -22,5 +22,3 @@ if [[ $AFFECTED_LIBS =~ "insights" || "${TRAVIS_EVENT_TYPE}" == "push" ]];
then
ng test insights --watch=false || exit 1;
fi;
bash <(curl -s https://codecov.io/bash) -X gcov