Skip to content

Commit

Permalink
ci: rm coveralls report
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 1, 2024
1 parent 13149b8 commit fb17ee2
Show file tree
Hide file tree
Showing 2 changed files with 4,959 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@
"test:depcheck": "npx depcheck --ignores rimraf,mkdirp,typedoc,tslib,@swissquote/crafty-preset-jest,@types/jest,semantic-release",
"test:depaudit": "yarn audit --level=moderate --groups=dependencies; [[ $? -ge 4 ]] && exit 1 || exit 0",
"test:depauditfix": "npm_config_yes=true npx yarn-audit-fix --audit-level=moderate",
"test:report": "yarn test && yarn coveralls:push",
"build": "yarn clean && npm-run-all -p -l build:es5 build:es6 build:ts build:libdef docs",
"build:es5": "mkdirp target/es5 && tsc -p tsconfig.es5.json",
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json",
"build:ts": "cpy src/main/ts/ target/ts/ --flat",
"build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json",
"coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0",
"docs": "typedoc src/main/ts",
"postupdate": "yarn && npm_config_yes=true npx yarn-audit-fix && yarn test:deps && yarn build && yarn test",
"publish:beta": "npm publish --no-git-tag-version --tag beta"
Expand All @@ -46,11 +44,6 @@
"typings",
"flow-typed"
],
"resolutions": {
"**/postcss": "^8.4.13",
"**/globby/fast-glob": "^3.2.11",
"**/glob-parent": "^6.0.2"
},
"dependencies": {
"@qiwi/substrate-types": "^2.1.0",
"aggregate-error": "^3.1.0",
Expand All @@ -73,7 +66,6 @@
"@qiwi/libdefkit": "6.1.3",
"@qiwi/npm-run-all": "^4.1.7",
"@types/jest": "^29.5.11",
"coveralls": "^3.1.1",
"jest": "^29.7.0",
"cpy-cli": "^5.0.0",
"mkdirp": "^3.0.1",
Expand Down
Loading

0 comments on commit fb17ee2

Please sign in to comment.