Skip to content

Commit

Permalink
Add circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcarpanelli committed May 20, 2019
1 parent cec08e7 commit cf8212e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs: # a collection of steps
- run: # run tests
name: test
command: npm test
- run: # run coverage report
name: code-coverage
command: './node_modules/.bin/nyc report --reporter=text-lcov'
# - run: # run coverage report
# name: code-coverage
# command: './node_modules/.bin/nyc report --reporter=text-lcov'
- store_artifacts: # special step to save test results as as artifact
# Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
path: test-results.xml
Expand Down

0 comments on commit cf8212e

Please sign in to comment.