summaryrefslogtreecommitdiffstats
path: root/web/input
diff options
context:
space:
mode:
Diffstat (limited to 'web/input')
-rw-r--r--web/input/development.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/web/input/development.md b/web/input/development.md
index 67cd3a8..8f2fb1e 100644
--- a/web/input/development.md
+++ b/web/input/development.md
@@ -27,11 +27,9 @@ introduction][git-intro] or [some other Git documentation][git-ref], first.
27### Integration Tests 27### Integration Tests
28 28
29Our development workflow includes [continuous integration 29Our development workflow includes [continuous integration
30tests][github-ci-actions] hosted by [GitHub Actions][github-actions] and [static code 30tests][github-ci-actions] hosted by [GitHub Actions][github-actions].
31analysis][coverity-project] performed by [Coverity Scan][coverity].
32 31
33* GitHub CI build status: ![Build Status master][master-img]{: .travis } 32* GitHub CI build status: ![Build Status master][master-img]{: .travis }
34* Coverity metric: ![Coverity Metric][coverity-img]{: .travis }
35 33
36### Bundled Test Suite 34### Bundled Test Suite
37 35
@@ -55,12 +53,9 @@ Also see our testing-related [development FAQs][dev-faq].
55[git-intro]: doc/faq/git.html "Quick Git Introduction" 53[git-intro]: doc/faq/git.html "Quick Git Introduction"
56[git-ref]: doc/faq/git.html#references "Git References" 54[git-ref]: doc/faq/git.html#references "Git References"
57[master-img]: https://github.com/monitoring-plugins/monitoring-plugins/actions/workflows/test.yml/badge.svg?branch=master "Build Status master" 55[master-img]: https://github.com/monitoring-plugins/monitoring-plugins/actions/workflows/test.yml/badge.svg?branch=master "Build Status master"
58[coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric"
59[libtap]: https://github.com/zorgnax/libtap "LibTap Homepage" 56[libtap]: https://github.com/zorgnax/libtap "LibTap Homepage"
60[dev-faq]: doc/faq/#development "Development FAQs" 57[dev-faq]: doc/faq/#development "Development FAQs"
61[github-actions]: https://docs.github.com/en/actions "GitHub Docs - GitHub Actions" 58[github-actions]: https://docs.github.com/en/actions "GitHub Docs - GitHub Actions"
62[github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows" 59[github-ci-actions]: https://github.com/monitoring-plugins/monitoring-plugins/actions "Monitoring Plugins - Github Workflows"
63[coverity]: https://scan.coverity.com/ "Coverity Scan"
64[coverity-project]: https://scan.coverity.com/projects/1435 "Monitoring Plugins at Coverity Scan"
65 60
66<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> 61<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->