uber-archive / node-statsd-client

Node.js client for statsd
ISC License
28 stars 9 forks source link

Documentation and testing improvements #18

Closed Raynos closed 9 years ago

Raynos commented 9 years ago

Fixed up the README to be accurate and also more test coverage.

|-------------------------|-----------|-----------|-----------|-----------|
 File                     |   % Stmts |% Branches |   % Funcs |   % Lines |
|-------------------------|-----------|-----------|-----------|-----------|
    lib/                  |      99.1 |     95.45 |       100 |      99.1 |
       EphemeralSocket.js |      97.1 |     91.18 |       100 |      97.1 |
       backoff.js         |       100 |     83.33 |       100 |       100 |
       dns-resolver.js    |       100 |     96.67 |       100 |       100 |
       messages.js        |       100 |       100 |       100 |       100 |
       packet-queue.js    |       100 |       100 |       100 |       100 |
       statsd-client.js   |       100 |       100 |       100 |       100 |
|-------------------------|-----------|-----------|-----------|-----------|
 All files                |      99.1 |     95.45 |       100 |      99.1 |
|-------------------------|-----------|-----------|-----------|-----------|

This also contains some fixes:

cc @sh1mmer @kriskowal

sh1mmer commented 9 years ago

lgtm