Skip to content

Commit 7963f5a

Browse files
ci(code-coverage): Use CodeCov instead of coveralls (#158)
1 parent e911922 commit 7963f5a

File tree

5 files changed

+38
-30
lines changed

5 files changed

+38
-30
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- stage: 'Test'
2121
script:
2222
- yarn test
23-
- cat ${TRAVIS_BUILD_DIR}/coverage/lcov.info | ${TRAVIS_BUILD_DIR}/node_modules/.bin/coveralls
23+
- ${TRAVIS_BUILD_DIR}/node_modules/.bin/codecov
2424
- stage: 'Build and Deploy'
2525
before_script:
2626
- git checkout ${TRAVIS_BRANCH}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<a href="https://travis-ci.org/SAP/ui5-webcomponents-react" target="_blank">
55
<img alt="Build Status" src="https://img.shields.io/travis/SAP/ui5-webcomponents-react/master.svg">
66
</a>
7-
<a href="https://coveralls.io/github/SAP/ui5-webcomponents-react" target="_blank">
8-
<img alt="Code Coverage" src="https://img.shields.io/coveralls/github/SAP/ui5-webcomponents-react/master.svg">
7+
<a href="https://codecov.io/gh/SAP/ui5-webcomponents-react">
8+
<img src="https://codecov.io/gh/SAP/ui5-webcomponents-react/branch/master/graph/badge.svg" />
99
</a>
1010
<!-- <a href="https://sap-ea.slack.com/messages/CEN48B210" target="_blank">
1111
<img alt="Slack Badge" src="https://badgen.net/badge/slack/ui5-webcomponents-react/orange?icon=slack">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"babel-preset-react-app": "^9.0.0",
4343
"chalk": "^2.4.2",
4444
"cli-table": "^0.3.1",
45-
"coveralls": "^3.0.6",
45+
"codecov": "^3.6.1",
4646
"cross-env": "^5.2.0",
4747
"css-loader": "^3.2.0",
4848
"dedent": "^0.7.0",

packages/docs/Welcome.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Button } from '@ui5/webcomponents-react/lib/Button';
66

77
# UI5 Web Components for React
88
[![](https://img.shields.io/travis/SAP/ui5-webcomponents-react/master.svg)](https://travis-ci.org/SAP/ui5-webcomponents-react)
9-
[![](https://img.shields.io/coveralls/github/SAP/ui5-webcomponents-react/master.svg)](https://coveralls.io/github/SAP/ui5-webcomponents-react)
9+
[![codecov](https://codecov.io/gh/SAP/ui5-webcomponents-react/branch/master/graph/badge.svg)](https://codecov.io/gh/SAP/ui5-webcomponents-react)
1010
[![](https://img.shields.io/npm/v/@ui5/webcomponents-react/latest.svg)](https://www.npmjs.com/package/@ui5/webcomponents-react)
1111
[![](https://img.shields.io/npm/v/@ui5/webcomponents-react/next.svg)](https://www.npmjs.com/package/@ui5/webcomponents-react)
1212
[![GitHub stars](https://img.shields.io/github/stars/SAP/ui5-webcomponents-react?style=social)](https://github.com/SAP/ui5-webcomponents-react/stargazers)

yarn.lock

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,6 +3476,11 @@ argparse@^1.0.7:
34763476
dependencies:
34773477
sprintf-js "~1.0.2"
34783478

3479+
argv@^0.0.2:
3480+
version "0.0.2"
3481+
resolved "https://registry.yarnpkg.com/argv/-/argv-0.0.2.tgz#ecbd16f8949b157183711b1bda334f37840185ab"
3482+
integrity sha1-7L0W+JSbFXGDcRsb2jNPN4QBhas=
3483+
34793484
arr-diff@^2.0.0:
34803485
version "2.0.0"
34813486
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@@ -5064,6 +5069,17 @@ code-point-at@^1.0.0:
50645069
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
50655070
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
50665071

5072+
codecov@^3.6.1:
5073+
version "3.6.1"
5074+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.1.tgz#f39fc49413445555f81f8e3ca5730992843b4517"
5075+
integrity sha512-IUJB6WG47nWK7o50etF8jBadxdMw7DmoQg05yIljstXFBGB6clOZsIj6iD4P82T2YaIU3qq+FFu8K9pxgkCJDQ==
5076+
dependencies:
5077+
argv "^0.0.2"
5078+
ignore-walk "^3.0.1"
5079+
js-yaml "^3.13.1"
5080+
teeny-request "^3.11.3"
5081+
urlgrey "^0.4.4"
5082+
50675083
collapse-white-space@^1.0.0, collapse-white-space@^1.0.2:
50685084
version "1.0.5"
50695085
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.5.tgz#c2495b699ab1ed380d29a1091e01063e75dbbe3a"
@@ -5485,18 +5501,6 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.1.0, cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
54855501
js-yaml "^3.13.1"
54865502
parse-json "^4.0.0"
54875503

5488-
coveralls@^3.0.6:
5489-
version "3.0.6"
5490-
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.0.6.tgz#5c63b2759b6781118e7439bd870ba5e9ee428b25"
5491-
integrity sha512-Pgh4v3gCI4T/9VijVrm8Ym5v0OgjvGLKj3zTUwkvsCiwqae/p6VLzpsFNjQS2i6ewV7ef+DjFJ5TSKxYt/mCrA==
5492-
dependencies:
5493-
growl "~> 1.10.0"
5494-
js-yaml "^3.13.1"
5495-
lcov-parse "^0.0.10"
5496-
log-driver "^1.2.7"
5497-
minimist "^1.2.0"
5498-
request "^2.86.0"
5499-
55005504
create-ecdh@^4.0.0:
55015505
version "4.0.3"
55025506
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
@@ -7969,7 +7973,7 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0:
79697973
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.1.tgz#1c1f0c364882c868f5bff6512146328336a11b1d"
79707974
integrity sha512-b9usnbDGnD928gJB3LrCmxoibr3VE4U2SMo5PBuBnokWyDADTqDPXg4YpwKF1trpH+UbGp7QLicO3+aWEy0+mw==
79717975

7972-
[email protected], "growl@~> 1.10.0":
7976+
79737977
version "1.10.5"
79747978
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
79757979
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
@@ -10226,11 +10230,6 @@ lcid@^2.0.0:
1022610230
dependencies:
1022710231
invert-kv "^2.0.0"
1022810232

10229-
lcov-parse@^0.0.10:
10230-
version "0.0.10"
10231-
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
10232-
integrity sha1-GwuP+ayceIklBYK3C3ExXZ2m2aM=
10233-
1023410233
left-pad@^1.3.0:
1023510234
version "1.3.0"
1023610235
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
@@ -10712,11 +10711,6 @@ lodash@^4.0.1, lodash@^4.15.0, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13
1071210711
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1071310712
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1071410713

10715-
log-driver@^1.2.7:
10716-
version "1.2.7"
10717-
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
10718-
integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==
10719-
1072010714
[email protected], log-symbols@^2.1.0, log-symbols@^2.2.0:
1072110715
version "2.2.0"
1072210716
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -11625,7 +11619,7 @@ node-fetch@^1.0.1:
1162511619
encoding "^0.1.11"
1162611620
is-stream "^1.0.1"
1162711621

11628-
node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0:
11622+
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.0:
1162911623
version "2.6.0"
1163011624
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
1163111625
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
@@ -14481,7 +14475,7 @@ request-promise-native@^1.0.5, request-promise-native@^1.0.7:
1448114475
stealthy-require "^1.1.1"
1448214476
tough-cookie "^2.3.3"
1448314477

14484-
request@^2.86.0, request@^2.87.0, request@^2.88.0:
14478+
request@^2.87.0, request@^2.88.0:
1448514479
version "2.88.0"
1448614480
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
1448714481
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
@@ -15809,6 +15803,15 @@ targz@^1.0.1:
1580915803
dependencies:
1581015804
tar-fs "^1.8.1"
1581115805

15806+
teeny-request@^3.11.3:
15807+
version "3.11.3"
15808+
resolved "https://registry.yarnpkg.com/teeny-request/-/teeny-request-3.11.3.tgz#335c629f7645e5d6599362df2f3230c4cbc23a55"
15809+
integrity sha512-CKncqSF7sH6p4rzCgkb/z/Pcos5efl0DmolzvlqRQUNcpRIruOhY9+T1FsIlyEbfWd7MsFpodROOwHYh2BaXzw==
15810+
dependencies:
15811+
https-proxy-agent "^2.2.1"
15812+
node-fetch "^2.2.0"
15813+
uuid "^3.3.2"
15814+
1581215815
telejson@^2.2.2:
1581315816
version "2.2.2"
1581415817
resolved "https://registry.yarnpkg.com/telejson/-/telejson-2.2.2.tgz#d61d721d21849a6e4070d547aab302a9bd22c720"
@@ -16595,6 +16598,11 @@ url@^0.11.0:
1659516598
punycode "1.3.2"
1659616599
querystring "0.2.0"
1659716600

16601+
urlgrey@^0.4.4:
16602+
version "0.4.4"
16603+
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f"
16604+
integrity sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=
16605+
1659816606
use@^3.1.0:
1659916607
version "3.1.1"
1660016608
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"

0 commit comments

Comments
 (0)