mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-05-15 12:07:14 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
14
node_modules/istanbul-reports/lib/text-lcov/index.js
generated
vendored
Normal file
14
node_modules/istanbul-reports/lib/text-lcov/index.js
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
Copyright 2012-2015, Yahoo Inc.
|
||||
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
||||
*/
|
||||
const util = require('util');
|
||||
const LcovOnly = require('../lcovonly');
|
||||
|
||||
function TextLcov(opts) {
|
||||
opts.file = '-';
|
||||
LcovOnly.call(this, opts);
|
||||
}
|
||||
|
||||
util.inherits(TextLcov, LcovOnly);
|
||||
module.exports = TextLcov;
|
Loading…
Add table
Add a link
Reference in a new issue