diff options
author | Jan Wagner <waja@cyconet.org> | 2022-07-16 13:36:48 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2022-07-16 13:36:48 (GMT) |
commit | 31c132128e763c9df2350460a4652de493f6c282 (patch) | |
tree | 29eb5a37b6b7506b786532e78557f788a6dcd6a0 /web/input | |
parent | 3f345e32e2edb30aacdb5fa4d9e389b3d461d6af (diff) | |
download | site-31c132128e763c9df2350460a4652de493f6c282.tar.gz |
Replace Travis build status badge
Diffstat (limited to 'web/input')
-rw-r--r-- | web/input/development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/input/development.md b/web/input/development.md index bfc799d..10411c8 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -30,7 +30,7 @@ Our development workflow includes [continuous integration | |||
30 | tests][github-ci-actions] hosted by [GitHub Actions][github-actions] and [static code | 30 | tests][github-ci-actions] hosted by [GitHub Actions][github-actions] and [static code |
31 | analysis][coverity-project] performed by [Coverity Scan][coverity]. | 31 | analysis][coverity-project] performed by [Coverity Scan][coverity]. |
32 | 32 | ||
33 | * Travis CI build status: ![Build Status master][master-img]{: .travis } | 33 | * GitHub CI build status: ![Build Status master][master-img]{: .travis } |
34 | * Coverity metric: ![Coverity Metric][coverity-img]{: .travis } | 34 | * Coverity metric: ![Coverity Metric][coverity-img]{: .travis } |
35 | 35 | ||
36 | ### Bundled Test Suite | 36 | ### Bundled Test Suite |
@@ -54,7 +54,7 @@ Also see our testing-related [development FAQs][dev-faq]. | |||
54 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" | 54 | [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" |
55 | [git-intro]: doc/faq/git.html "Quick Git Introduction" | 55 | [git-intro]: doc/faq/git.html "Quick Git Introduction" |
56 | [git-ref]: doc/faq/git.html#references "Git References" | 56 | [git-ref]: doc/faq/git.html#references "Git References" |
57 | [master-img]: https://api.travis-ci.org/monitoring-plugins/monitoring-plugins.png?branch=master "Build Status master" | 57 | [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" | 58 | [coverity-img]: https://scan.coverity.com/projects/1435/badge.svg?flat=1 "Coverity Metric" |
59 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" | 59 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" |
60 | [dev-faq]: doc/faq/#development "Development FAQs" | 60 | [dev-faq]: doc/faq/#development "Development FAQs" |