-
Notifications
You must be signed in to change notification settings - Fork 10
circleci_testing
This project is setup with continuous integration that is run via CircleCI. This gets run on each branch that gets created for this project. As a part of this we employ the use of danger to report these results on pull requests that are made to this project. In addition to PRs, the tests are run and the coverage results are uploaded on each build that CircleCI performs. If you look at the CircleCI page for nslocalizer and look at the branches, any build you select will have an "Artifacts" tab where you should find the results of the tests.
The entire continuous integration process uses two commands; first make install-deps
to ensure that all the relevant tools are installed for the test-suite to be run, second make ci
to run the test-suite and then report the code coverage information.