mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove codecov
This commit is contained in:
@@ -9,9 +9,6 @@
|
|||||||
[](https://gitter.im/Alfresco/alfresco-ng2-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/Alfresco/alfresco-ng2-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
<p>
|
<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'>
|
<a href='https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE'>
|
||||||
<img src='https://img.shields.io/hexpm/l/plug.svg' alt='license' />
|
<img src='https://img.shields.io/hexpm/l/plug.svg' alt='license' />
|
||||||
</a>
|
</a>
|
||||||
|
@@ -15,5 +15,3 @@ if [[ $AFFECTED_LIBS =~ "content-services" || "${TRAVIS_EVENT_TYPE}" == "push"
|
|||||||
then
|
then
|
||||||
ng test content-services --watch=false || exit 1;
|
ng test content-services --watch=false || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
bash <(curl -s https://codecov.io/bash) -X gcov
|
|
||||||
|
@@ -22,5 +22,3 @@ if [[ $AFFECTED_LIBS =~ "extensions" || "${TRAVIS_EVENT_TYPE}" == "push" ]];
|
|||||||
then
|
then
|
||||||
ng test extensions --watch=false || exit 1;
|
ng test extensions --watch=false || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
bash <(curl -s https://codecov.io/bash) -X gcov
|
|
||||||
|
@@ -16,5 +16,3 @@ if [[ $AFFECTED_LIBS =~ "process-services-cloud" || "${TRAVIS_EVENT_TYPE}" == "p
|
|||||||
then
|
then
|
||||||
ng test process-services-cloud --watch=false || exit 1;
|
ng test process-services-cloud --watch=false || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
bash <(curl -s https://codecov.io/bash) -X gcov
|
|
||||||
|
@@ -22,5 +22,3 @@ if [[ $AFFECTED_LIBS =~ "insights" || "${TRAVIS_EVENT_TYPE}" == "push" ]];
|
|||||||
then
|
then
|
||||||
ng test insights --watch=false || exit 1;
|
ng test insights --watch=false || exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
bash <(curl -s https://codecov.io/bash) -X gcov
|
|
||||||
|
Reference in New Issue
Block a user