|
1 | 1 | Portable Event Library (PEV)
|
2 | 2 | ============================
|
3 |
| -[![License Badge][]][License] [![GitHub Status][]][GitHub] |
| 3 | +[![License Badge][]][License] [![GitHub Status][]][GitHub] [![Coverity Status][]][Coverity Scan] |
4 | 4 |
|
5 | 5 | This is a small event library in C based around `select()` available
|
6 | 6 | 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.
|
119 | 119 | Take care!
|
120 | 120 | /Joachim :-)
|
121 | 121 |
|
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