Skip to content

Commit

Permalink
update coveralls dependency
Browse files Browse the repository at this point in the history
update coveralls and add scripts to coverage excludes

Signed-off-by: Gorkem Ercan <[email protected]>
  • Loading branch information
gorkem authored and evidolob committed Dec 23, 2021
1 parent 5a51731 commit af7d0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"coveralls": "3.1.1",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
Expand Down Expand Up @@ -92,7 +92,8 @@
"out",
"lib",
"coverage/",
".eslintrc.js"
".eslintrc.js",
"scripts"
],
"all": true
}
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=

coveralls@^3.0.5:
coveralls@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-3.1.1.tgz#f5d4431d8b5ae69c5079c8f8ca00d64ac77cf081"
integrity sha512-+dxnG2NHncSD1NrqbSM3dn/lE57O6Qf/koe9+I7c+wzkqRmEvcp0kgJdxKInzYzkICKkFMZsX3Vct3++tsF9ww==
Expand Down

0 comments on commit af7d0c3

Please sign in to comment.