mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 06:44:44 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
14
node_modules/istanbul-reports/lib/text-lcov/index.js
generated
vendored
14
node_modules/istanbul-reports/lib/text-lcov/index.js
generated
vendored
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
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