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

Add coveralls.io support #25

Closed czchen closed 10 years ago

czchen commented 10 years ago

Add coveralls.io support.

Just enable coveralls service in https://coveralls.io and it will generate coverage report for every pull.

czchen commented 10 years ago

Coverage report sample: https://coveralls.io/jobs/1856684

c9s commented 10 years ago

Coool

czchen commented 10 years ago

Don't forget the badge.

c9s commented 10 years ago

haha I just added that :-p

c9s commented 10 years ago

I added this repo on coverage.io, but I didn't see the coverage updates? do I need to setup something else ?

czchen commented 10 years ago

I think setup is okay because the coveralls.io URL is displayed correctly at the end of travis-ci. Maybe coveralls.io needs some time to add new report into project.