项目作者: heinrich10
项目描述 :
Node js unit test sample using circle-ci
高级语言: JavaScript
项目地址: git://github.com/heinrich10/demo-unit-test-circle-ci.git
Demo unit test using Circle-CI



archiving this as it is quite old, and more people are using github-actions
This is a demo of using Circle-CI for continuous integration.
How to run locally:
run npm test
ignore the failure in codecov token
Essential components
Note
- circle.yml -
this is the file used for configuring circle-ci. configured it to use node 8.11.4 and generate code coverage artifact, then send it to codecov.io - npm test command -
this invokes nyc, mocha, and codecov library. configurations are in their corresponding yml files - coverage report -
open ./coverage/lcov-report/index.html
file after running the test to view code coverage