kentaro-m/coverage-markers

View on GitHub
lib/coverage-markers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function show has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async show() {
    try {
      await Promise.all(
        atom.project.getPaths().map(async path => {
          const coverage = new Coverage(path);
Severity: Minor
Found in lib/coverage-markers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status