Skip to content

Unit Tests & Coverage

Thomas LaFreniere edited this page Mar 11, 2016 · 2 revisions

Unit Tests & Coverage

Please write tests for all your code, see tests/

CircleCI will run these tests on pull requests and it is a required status check for merge. It will also run code coverage, you can see the coverage reports on CircleCI via the Artifacts tab.

ie.

https://circleci.com/gh/vhs/nomos/43#artifacts

Click the index.html https://circle-artifacts.com/gh/vhs/nomos/43/artifacts/0/tmp/circle-artifacts.nmmJooX/index.html

Clone this wiki locally