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
815 stars 83 forks source link

Fix coverity token variable #151

Closed c9s closed 2 years ago

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 90.228% when pulling b730668c2e0a28bea6d6d0fda9a4c8eeba3048d7 on c9s-patch-1 into edbeb0631d615a7751d20d5f11a3a8959d5facb6 on 2.0.

c9s commented 2 years ago

@bjosv it's passing, you can approve this PR and merge it directly.

bjosv commented 2 years ago

Nice! Maybe the env setup does not work anymore in scripts, we can remove the lines in that case (occur two times).

      env:
        COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}