2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-02-22 22:28:04 +00:00

CircleCI install istanbul

This commit is contained in:
Cyrille 2019-05-09 08:58:16 +01:00
parent fbbd9cc152
commit 8a80a6631a

View File

@ -6,6 +6,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: npm install - run: npm install
- run: npm install -g istanbul
- run: npm run clean - run: npm run clean
- run: npm run coverage - run: npm run coverage
- run: npm run clean - run: npm run clean