Skip to content

Commit b11f12a

Browse files
committed
CI configuring
1 parent 414c295 commit b11f12a

File tree

4 files changed

+4
-73
lines changed

4 files changed

+4
-73
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
yarn install
2020
yarn lint
2121
yarn build
22-
yarn test --coverage
22+
yarn test
2323
env:
2424
CI: true
2525
- name: Coveralls GitHub Action

.github/workflows/deploy.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Release
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
yarn install
2323
yarn lint
2424
yarn build
25-
yarn test --coverage
25+
yarn test
2626
env:
2727
CI: true
2828
- name: Coveralls GitHub Action

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "webpack --mode production",
88
"lint": "eslint --report-unused-disable-directives src",
99
"fix": "eslint --fix --report-unused-disable-directives src",
10-
"test": "jest",
11-
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
10+
"test": "jest --coverage",
1211
"setup": "cp ./.github/hooks/pre-commit ./.git/hooks/pre-commit && chmod +x ./.git/hooks/pre-commit",
1312
"semantic-release": "semantic-release"
1413
},

0 commit comments

Comments
 (0)