Skip to content

Commit 70c198e

Browse files
author
Peter Marton
committed
test(cls,tracer): cover with tests
1 parent 48cec71 commit 70c198e

File tree

10 files changed

+464
-11
lines changed

10 files changed

+464
-11
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
cache:
3+
directories:
4+
- node_modules
5+
notifications:
6+
email: false
7+
node_js:
8+
- 'stable'
9+
- '8'
10+
before_script:
11+
- npm prune
12+
branches:
13+
except:
14+
- /^v\d+\.\d+\.\d+$/

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ Create a new Tracer and instrument modules.
8585
## TODO
8686

8787
- more database instrumentation: MySQL, Redis etc.
88-
- messaging broker instrumentation: RabbitMQ, Kafka etc.
89-
- test coverage
88+
- messaging instrumentation: GRPC, RabbitMQ, Kafka etc.
89+
- improve test coverage

package-lock.json

+223-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)