Skip to content

Commit

Permalink
coveralls package removed (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Osman Keser <[email protected]>
  • Loading branch information
SKMan and osman-keser authored Dec 2, 2024
1 parent 9edcfd6 commit 4e18718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 163 deletions.
162 changes: 2 additions & 160 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"scripts": {
"test": "mocha $(find test -name '*Test.js')",
"samples": "mocha $(find samples -name '*Samples.js')",
"cover": "nyc npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"cover": "nyc npm test"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +35,6 @@
"postman-request": "^2.88.1-postman.40"
},
"devDependencies": {
"coveralls": "^3.1.1",
"mocha": "^10.7.3",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^17.1.0",
Expand Down

0 comments on commit 4e18718

Please sign in to comment.