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

@@ -9,9 +9,6 @@
[![Join the chat at https://gitter.im/Alfresco/alfresco-ng2-components](https://badges.gitter.im/Alfresco/alfresco-ng2-components.svg)](https://gitter.im/Alfresco/alfresco-ng2-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
<p>
<a href='https://codecov.io/gh/Alfresco/alfresco-ng2-components'>
<img src='http://img.shields.io/codecov/c/github/Alfresco/alfresco-ng2-components/master.svg?maxAge=2592000' alt='Coverage Status' />
</a>
<a href='https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE'>
<img src='https://img.shields.io/hexpm/l/plug.svg' alt='license' />
</a>

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