chore: skip

This commit is contained in:
贤心 2021-04-07 00:38:30 +08:00
parent a03e45eaf3
commit 757beaeb44

View File

@ -16,3 +16,4 @@ script:
- npm run test:sauce
after_script:
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage