c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
816 stars 83 forks source link

Set up coverity scan in CI #110

Closed thedrow closed 2 years ago

thedrow commented 6 years ago

Right now I'm scanning the code manually but we can use the coverity scan plugin to submit the builds periodically. coverity scan can find errors other linters can't.

bjosv commented 2 years ago

We could register the project to Coverity Scan for free since r3 uses the MIT license. The registration step takes some time since they seem to do a manual review for the approval. @c9s If you also think this would be useful then I could prepare the registration, and prepare a PR for the Github Action job running it.