项目作者: heinrich10

项目描述 :
Node js unit test sample using circle-ci
高级语言: JavaScript
项目地址: git://github.com/heinrich10/demo-unit-test-circle-ci.git
创建时间: 2017-05-30T10:37:01Z
项目社区:https://github.com/heinrich10/demo-unit-test-circle-ci

开源协议:MIT License

下载


Demo unit test using Circle-CI

CircleCI codecov
dependencies Status
Known Vulnerabilities

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