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

Commit 6f497bc

Browse files
simartnSimon Nagl
authored and
Simon Nagl
committed
Replace istanbul with nyc
This removes the dependency to minimist < 1.2.2.
1 parent a1d9147 commit 6f497bc

File tree

5 files changed

+911
-1435
lines changed

5 files changed

+911
-1435
lines changed

.gitignore

+1
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

+1-1
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)