@opencensus/nodejs-base

v0.1.0
OpenCensus is a toolkit for collecting application performance and behavior data.
opencensus nodejs tracing profiling

test

nyc mocha build/test/**/*.js

codecov

nyc report --reporter=json && codecov -f coverage/*.json

clean

rimraf build/*

check

gts check

compile

tsc -p .

fix

gts fix

prepare

npm run compile

pretest

npm run compile; npm run copy-fixtures

posttest

npm run check

copy-fixtures

./scripts/copy-fixtures.sh
npm i @opencensus/nodejs-base

Metadata

Downloads