Skip to content

Commit 132ae7a

Browse files
committed
forbid only in test
1 parent ddb85fe commit 132ae7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Set up environment
1414
uses: ./.github/actions/setup
15-
- run: npm run coverage
15+
- run: npm run coverage --forbid-only
1616
- uses: codecov/codecov-action@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare": "tsc",
99
"clean": "rm -rf dist",
1010
"test": "mocha",
11-
"coverage": "c8 npm run test"
11+
"coverage": "c8 npm run test --"
1212
},
1313
"files": [
1414
"/src",

0 commit comments

Comments
 (0)