File: control

package info (click to toggle)
node-lcov-parse 1.0.0%2B20170612git80d039574ed9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: makefile: 13; sh: 12
file content (32 lines) | stat: -rw-r--r-- 1,116 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
Source: node-lcov-parse
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 (= 12)
 , dh-buildinfo
 , dpkg-dev (>= 1.17.14)
 , nodejs (>= 10)
 , node-vows <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/davglass/lcov-parse#readme
Vcs-Git: https://salsa.debian.org/js-team/node-lcov-parse.git
Vcs-Browser: https://salsa.debian.org/js-team/node-lcov-parse

Package: node-lcov-parse
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
Description: Parse lcov results files and return JSON
 This modules allows ones to parse lcov files and to return json reprensentation
 of these files.
 .
 lcov is a graphical front-end for GCC's coverage testing tool gcov.
 It collects gcov data for multiple source files and creates HTML pages
 containing the source code annotated with coverage information. It
 also adds overview pages for easy navigation within the file
 structure.
 .
 Node.js is an event-based server-side JavaScript engine.