Changes
Page history
unit test status
authored
Apr 07, 2017
by
joha2
Hide whitespace changes
Inline
Side-by-side
Home.md
View page @
b4a3640c
...
...
@@ -30,11 +30,11 @@ to get
Due to the growing complexity of the program we have to write some unittests for every functionality.
Use the following external helper sites to assist improvement of the code
*
[
Travis -- checks build and test passing of code
](
https://travis-ci.org/
)
*
[
landscape -- checks code "health" via some metrics
](
https://landscape.io/
)
*
[
codecov -- checks how much of code is covered by unittests
](
https://codecov.io/
)
*
[
x]
[Travis -- checks build and test passing of code
](
https://travis-ci.org/
)
*
[
]
[landscape -- checks code "health" via some metrics
](
https://landscape.io/
)
*
[
x]
[codecov -- checks how much of code is covered by unittests
](
https://codecov.io/
)
Status:
None
Status:
Travis CI, appveyor CI, Codecoverage available (Thanks @theinze!). Unit tests and smoke tests to be implemented.
Goal:
*
Develop unittests
...
...
...
...