We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916db53 commit f24f166Copy full SHA for f24f166
.circleci/config.yml
@@ -12,9 +12,9 @@ jobs:
12
# Specify service dependencies here if necessary
13
# CircleCI maintains a library of pre-built images
14
# documented at https://circleci.com/docs/2.0/circleci-images/
15
- # - image: circleci/mongo:3.4.4
16
17
steps:
18
- checkout
19
- run: npm install
20
- run: npm test
+ - run: npm run coveralls
0 commit comments