Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jun 15, 2023
1 parent 0082205 commit d37b83f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -38,6 +38,8 @@ jobs:
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
base-path: ./packages/imask
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"make": "npm run test && npm run build",
"release": "npm run docs && npm run make && lerna publish",
"release:next": "npm run release -- --dist-tag next",
"coverage": "lerna run coveralls --scope imask",
"coverage": "lerna run coverage --scope imask",
"watch:core": "lerna run watch --scope imask --stream",
"watch:vue": "lerna run watch --scope vue-imask --stream",
"watch:react": "lerna run watch --scope react-imask --stream",
Expand Down
2 changes: 1 addition & 1 deletion packages/imask/package.json
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint --quiet",
"prebuild": "npm run lint && rimraf --glob \"{dist,esm}\"",
"build": "tsc --emitDeclarationOnly && rollup -c",
"coveralls": "c8 report --reporter=text-lcov | coveralls"
"coverage": "c8 report --reporter=lcov"
},
"keywords": [
"javascript",
Expand Down

0 comments on commit d37b83f

Please sign in to comment.