Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit f0c5ae2

Browse files
committed
Replace istanbul with nyc
This removes the dependency to minimist < 1.2.2.
1 parent a1d9147 commit f0c5ae2

File tree

5 files changed

+911
-1435
lines changed

5 files changed

+911
-1435
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist
33
spec
44
package
55
coverage
6+
.nyc_output
67

78
# macOS
89
.DS_Store

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ build:
6969
test:
7070
stage: test
7171
script:
72-
- npm run test
72+
- npm run coverage
7373

7474
deploy-npm:
7575
stage: publish

0 commit comments

Comments
 (0)