jacob-meacham/grunt-lcov-merge

View on GitHub
tasks/lcov-merge.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(grunt) {
  var lcovMerger = require('./lib/lcov-merge').init(grunt);
  grunt.registerMultiTask('lcovMerge', 'Merge lcov files using the lcov-result-merger tool.', function() {
    var done = this.async();
    var options = this.options({
Severity: Minor
Found in tasks/lcov-merge.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status