File: control

package info (click to toggle)
node-coveralls 3.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 860 kB
  • sloc: javascript: 1,885; makefile: 34
file content (45 lines) | stat: -rw-r--r-- 1,452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: node-coveralls
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
 , docbook2x <!nodoc>
 , mocha <!nocheck>
 , node-growl <!nocheck>
 , node-js-yaml <!nocheck>
 , node-lcov-parse <!nocheck>
 , node-log-driver <!nocheck>
 , node-minimist <!nocheck>
 , node-fetch <!nocheck>
 , node-should <!nocheck>
 , node-sinon (>= 7.4.2) <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.7.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.