summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-02-16 22:07:36 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-02-16 22:07:36 (GMT)
commitc13f6e9ea64d493290262e8ebbb25c902d8972bb (patch)
tree99d400d6df549097ad9acace820fbae395a86c1a
parenta8fa42675eadc1be18eed7e7b2ee34dd70a887fa (diff)
downloadsite-c13f6e9ea64d493290262e8ebbb25c902d8972bb.tar.gz
development.md: Mention Coverity Scan
Modify the wording regarding our continuous integration tests to also mention Coverity Scan.
-rw-r--r--web/input/development.md12
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
29We have integrated [continuous integration tests][ci-tests] into our 29Our development workflow includes [continuous integration
30development workflow. This should ensure that we are aware of trivial build 30tests][travis-project] hosted by [Travis CI][travis] and [static code
31problems. This service is kindly hosted by [Travis CI][travis-start]. 31analysis][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: # %-->