jbenet / depviz

dependency visualizer for the web
https://jbenet.github.io/depviz
MIT License
49 stars 10 forks source link

.travis.yml: Configure Travis to run the tests #29

Closed wking closed 7 years ago

wking commented 7 years ago

Docs here and here. The sed/test stuff ensures we keep 100% coverage. There is some machine-oriented coverage output in:

$ npm test -- --coverage --json --jsonOutputFile test.json

but it looks like the lines covered by each suite, when I'm more interested in the lines not covered by the entire harness.

Probably best to not merge this until we know it works ;).

Fixes #23.

wking commented 7 years ago

Ok, tests pass with a 100% coverage assertion now.

jbenet commented 7 years ago

👍 🎉