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 06c8557 commit d98bb73Copy full SHA for d98bb73
.circleci/config.yml
@@ -0,0 +1,11 @@
1
+version: 2.1 # using 2.1 provides access to orbs and other features
2
+jobs:
3
+ build:
4
+ environment:
5
+ COVERALLS_SERVICE_NAME: circleci
6
+ docker:
7
+ - image: circleci/node:10.16.3
8
+ steps:
9
+ - checkout
10
+ - run: npm run test
11
+ - run: npm run test-coverage && npm run send-coverage
circle.yml
0 commit comments