diff options
-rw-r--r-- | web/input/development.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/web/input/development.md b/web/input/development.md index 5981361..9bd128b 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -26,9 +26,9 @@ introduction][git-intro] or [some other Git documentation][git-ref], first. | |||
26 | 26 | ||
27 | ### Integration Tests | 27 | ### Integration Tests |
28 | 28 | ||
29 | We have integrated [continuous integration tests][ci-tests] into our | 29 | Our development workflow includes [continuous integration |
30 | development workflow. This should ensure that we are aware of trivial build | 30 | tests][travis-project] hosted by [Travis CI][travis] and [static code |
31 | problems. This service is kindly hosted by [Travis CI][travis-start]. | 31 | analysis][coverity-project] performed by [Coverity Scan][coverity]. |
32 | 32 | ||
33 | * Travis CI build status ([master branch][master-branch]): ![Build Status master][master-img]{: .travis } | 33 | * Travis CI build status ([master branch][master-branch]): ![Build Status master][master-img]{: .travis } |
34 | * Travis CI build status ([maint branch][maint-branch]): ![Build Status maint][maint-img]{: .travis } | 34 | * Travis CI build status ([maint branch][maint-branch]): ![Build Status maint][maint-img]{: .travis } |
@@ -66,8 +66,10 @@ platforms, the results can be [viewed online][tests]. | |||
66 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" | 66 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" |
67 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" | 67 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" |
68 | [dev-faq]: doc/faq/#development "Development FAQs" | 68 | [dev-faq]: doc/faq/#development "Development FAQs" |
69 | [ci-tests]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "continuous integration tests" | 69 | [travis]: https://travis-ci.org/ "Travis CI" |
70 | [travis-start]: http://docs.travis-ci.com/user/getting-started/ "Travis CI" | 70 | [travis-project]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "Monitoring Plugins at Travis CI" |
71 | [coverity]: https://scan.coverity.com/ "Coverity Scan" | ||
72 | [coverity-project]: https://scan.coverity.com/projects/1435 "Monitoring Plugins at Coverity Scan" | ||
71 | [tests]: tests.html "Test Results" | 73 | [tests]: tests.html "Test Results" |
72 | 74 | ||
73 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | 75 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> |