Source: node-coveralls Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 13) , docbook2x , mocha , node-growl , node-js-yaml , node-lcov-parse , node-log-driver , node-minimist , node-fetch , node-should , node-sinon (>= 7.4.2) , dh-sequence-nodejs Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-coveralls Vcs-Git: https://salsa.debian.org/js-team/node-coveralls.git Homepage: https://github.com/nickmerwin/node-coveralls Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-coveralls Architecture: all Depends: ${misc:Depends} , node-growl , node-js-yaml , node-lcov-parse , node-log-driver , node-minimist , node-fetch , nodejs:any Description: input json-cov output and posts to coveralls.io Coveralls.io is a web service to help you track your code coverage over time, and ensure that all your new code is fully covered. . Coveralls automatically collects your code coverage data, uploads it to their servers and gives you a nice interface to dig into it. . This tools based on node.js allows one to post coverage information to coveralls.io . Node.js is an event-based server-side JavaScript engine.