Skip to content

Commit e1ce195

Browse files
committedOct 20, 2024·
Add Coverity Scan badge
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent d3522ff commit e1ce195

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed
 

‎README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Portable Event Library (PEV)
22
============================
3-
[![License Badge][]][License] [![GitHub Status][]][GitHub]
3+
[![License Badge][]][License] [![GitHub Status][]][GitHub] [![Coverity Status][]][Coverity Scan]
44

55
This is a small event library in C based around `select()` available
66
free for use in the [*public domain*](UNLICENSE).
@@ -119,11 +119,13 @@ wrote for SMCRoute, cleaned up and now fully free in the public domain.
119119
Take care!
120120
/Joachim :-)
121121

122-
[1]: https://stackoverflow.com/questions/2328127/select-able-timers/6800676#6800676
123-
[SMCRoute]: https://github.com/troglobit/SMCRoute
124-
[GitHub issues]: https://github.com/troglobit/pev/issues
125-
[pull requests]: https://github.com/troglobit/pev/pulls
126-
[License]: https://unlicense.org/
127-
[License Badge]: https://img.shields.io/badge/License-Unlicense-blue.svg
128-
[GitHub]: https://github.com/troglobit/pev/actions/workflows/build.yml/
129-
[GitHub Status]: https://github.com/troglobit/pev/actions/workflows/build.yml/badge.svg
122+
[1]: https://stackoverflow.com/questions/2328127/select-able-timers/6800676#6800676
123+
[SMCRoute]: https://github.com/troglobit/SMCRoute
124+
[GitHub issues]: https://github.com/troglobit/pev/issues
125+
[pull requests]: https://github.com/troglobit/pev/pulls
126+
[License]: https://unlicense.org/
127+
[License Badge]: https://img.shields.io/badge/License-Unlicense-blue.svg
128+
[GitHub]: https://github.com/troglobit/pev/actions/workflows/build.yml/
129+
[GitHub Status]: https://github.com/troglobit/pev/actions/workflows/build.yml/badge.svg
130+
[Coverity Scan]: https://scan.coverity.com/projects/30840
131+
[Coverity Status]: https://scan.coverity.com/projects/30840/badge.svg

0 commit comments

Comments
 (0)
Please sign in to comment.