Skip to content

Commit 9f8fe66

Browse files
author
ccalderon
committed
fix: Updated Node SDK per latest updates in sdk-core templates.
The Node SDK needed to be updated per latest updates in sdk-core templates. Dependency: none
1 parent af65e33 commit 9f8fe66

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ script:
2020
- npm run check-packages
2121
# - sh scripts/typedoc/generate_typedoc.sh
2222

23-
after_success:
24-
- npm run report-coverage
25-
# - scripts/jsdoc/publish.sh - currently in progress
26-
2723
deploy:
2824
- provider: script
2925
skip_cleanup: true

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![npm](https://img.shields.io/npm/v/ibm-networking-services)](https://www.npmjs.com/package/ibm-networking-services)
44
![npm](https://img.shields.io/npm/dm/ibm-networking-services)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6-
[![codecov](https://codecov.io/gh/IBM/networking-node-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/networking-node-sdk)
76
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
87

98
# IBM Cloud Networking Node.js SDK

package-lock.json

Lines changed: 0 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"test-travis": "jest --runInBand --testNamePattern='^((?!@slow).)*$' test/",
2828
"test-unit-travis": "jest --runInBand test/unit/",
2929
"test-integration-travis": "jest --runInBand --no-colors --testNamePattern='^((?!@slow).)*$' --json test/integration > test-output.log",
30-
"report-coverage": "codecov",
3130
"check-packages": "installed-check -e -d -v"
3231
},
3332
"license": "Apache-2.0",
@@ -45,7 +44,6 @@
4544
"@semantic-release/git": "^9.0.0",
4645
"ansi-regex": "^5.0.1",
4746
"axios": "^0.21.1",
48-
"codecov": "^3.5.0",
4947
"dotenv": "^8.2.0",
5048
"eslint": "^5.16.0",
5149
"eslint-config-google": "^0.12.0",

0 commit comments

Comments
 (0)