-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: set codecov for all packages (#134)
docs: format tables in readme fix node_modules cache in circleci Signed-off-by: Olivier Albertini <[email protected]>
- Loading branch information
1 parent
bf80f4b
commit 4b6029d
Showing
21 changed files
with
148 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
codecov: | ||
notify: | ||
require_ci_to_pass: no | ||
comment: | ||
layout: "header, changes, diff, files" | ||
behavior: default | ||
coverage: | ||
status: | ||
patch: | ||
default: | ||
target: 80% | ||
project: | ||
default: | ||
target: auto | ||
threshold: 1% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
"main": "lib/src/worker.js", | ||
"typings": "lib/src/worker.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"test": "echo \"no test specified\"", | ||
"test:all": "echo \"no test specified\"", | ||
"codecov": "echo \"no tests yet\"", | ||
"docs": "echo \"no doc specified\"", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
|
@@ -44,7 +46,7 @@ | |
"camunda", | ||
"zeebe" | ||
], | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VilledeMontreal/workit/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
"main": "lib/src/worker.js", | ||
"typings": "lib/src/worker.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"test": "echo \"no test specified\"", | ||
"test:all": "echo \"no test specified\"", | ||
"codecov": "echo \"no tests yet\"", | ||
"docs": "echo \"no doc specified\"", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
|
@@ -44,7 +46,7 @@ | |
"camunda", | ||
"zeebe" | ||
], | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VilledeMontreal/workit/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,10 @@ | |
"main": "lib/src/worker.js", | ||
"typings": "lib/src/worker.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"test": "echo \"no test specified\"", | ||
"test:all": "echo \"no test specified\"", | ||
"docs": "echo \"no doc specified\"", | ||
"codecov": "echo \"no tests yet\"", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
"watch": "tsc -p ./tsconfig.json --watch", | ||
|
@@ -44,7 +46,7 @@ | |
"camunda", | ||
"zeebe" | ||
], | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VilledeMontreal/workit/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
"main": "lib/src/worker.js", | ||
"typings": "lib/src/worker.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"test": "echo \"no test specified\"", | ||
"test:all": "echo \"no test specified\"", | ||
"codecov": "echo \"no tests yet\"", | ||
"docs": "echo \"no doc specified\"", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
|
@@ -43,7 +45,7 @@ | |
"example", | ||
"camunda" | ||
], | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VilledeMontreal/workit/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
"main": "lib/src/worker.js", | ||
"typings": "lib/src/worker.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"test": "echo \"no test specified\"", | ||
"test:all": "echo \"no test specified\"", | ||
"codecov": "echo \"no tests yet\"", | ||
"docs": "echo \"no doc specified\"", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
|
@@ -49,7 +51,7 @@ | |
"camunda", | ||
"zeebe" | ||
], | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VilledeMontreal/workit/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
"main": "lib/src/worker.js", | ||
"typings": "lib/src/worker.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"", | ||
"test": "echo \"no test specified\"", | ||
"test:all": "echo \"no test specified\"", | ||
"codecov": "echo \"no tests yet\"", | ||
"docs": "echo \"no doc specified\"", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
|
@@ -44,7 +46,7 @@ | |
"camunda", | ||
"zeebe" | ||
], | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/VilledeMontreal/workit/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "workit-bpm-client", | ||
"version": "4.0.3", | ||
"description": "Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript", | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"homepage": "https://github.com/VilledeMontreal/workit#readme", | ||
"license": "MIT", | ||
"main": "lib/src/index.js", | ||
|
@@ -44,19 +44,22 @@ | |
"tslint-consistent-codestyle": "^1.16.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
"typedoc": "^0.16.0", | ||
"codecov": "^3.6.2", | ||
"typescript": "^3.7.4" | ||
}, | ||
"engines": { | ||
"node": ">=8.11.4" | ||
}, | ||
"scripts": { | ||
"test": "jest --testPathIgnorePatterns integration --coverage", | ||
"test:all": "jest **/tests/**/*.spec.ts --coverage", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
"watch": "tsc -p ./tsconfig.json --watch", | ||
"lint": "tslint --project ./tsconfig.json && prettier -l \"src/**/*.ts\"", | ||
"lint-fix": "tslint --project ./tsconfig.json --fix && prettier \"src/**/*.ts\" --write", | ||
"docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file" | ||
"docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file", | ||
"codecov": "codecov -f coverage/*.json -p ../../" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
@@ -76,7 +79,10 @@ | |
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib/src/**/*.js", | ||
"lib/src/**/*.d.ts", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "workit-camunda", | ||
"version": "4.0.3", | ||
"description": "Worker for Node.js system with pluggable Camunda clients that works with both Zeebe and Camunda platform powered by TypeScript", | ||
"author": "Olivier Albertini <[email protected]>", | ||
"author": "Montreal City Authors", | ||
"homepage": "https://github.com/VilledeMontreal/workit#readme", | ||
"license": "MIT", | ||
"main": "lib/src/index.js", | ||
|
@@ -40,21 +40,23 @@ | |
"tslint-config-prettier": "^1.18.0", | ||
"tslint-consistent-codestyle": "^1.16.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
"typedoc": "^0.16.0", | ||
"typedoc": "^0.16.9", | ||
"codecov": "^3.6.2", | ||
"typescript": "^3.7.4" | ||
}, | ||
"engines": { | ||
"node": ">=8.11.4" | ||
}, | ||
"scripts": { | ||
"test": "jest --testPathIgnorePatterns integration --coverage", | ||
"test:integration": "jest **/tests/**/*.spec.ts --runInBand --detectOpenHandles --coverage", | ||
"test:all": "jest **/tests/**/*.spec.ts --runInBand --detectOpenHandles --coverage", | ||
"compile": "rm -rf ./lib/ && npm run build", | ||
"build": "tsc -p ./tsconfig.json", | ||
"watch": "tsc -p ./tsconfig.json --watch", | ||
"lint": "tslint --project ./tsconfig.json && prettier -l \"src/**/*.ts\"", | ||
"lint-fix": "tslint --project ./tsconfig.json --fix && prettier \"src/**/*.ts\" --write", | ||
"docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file" | ||
"docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file", | ||
"codecov": "codecov -f coverage/*.json -p ../../" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
@@ -76,7 +78,10 @@ | |
"test": "__tests__" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib/src/**/*.js", | ||
"lib/src/**/*.d.ts", | ||
"LICENSE", | ||
"README.md" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|
Oops, something went wrong.