streaver/libertadores-cli

View on GitHub
src/fetchers/games.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fetchDataFromConmebol has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function fetchDataFromConmebol() {
  const browser = await puppeteer.launch();
  const page = await browser.newPage();

  await page.goto('http://www.conmebol.com/es/copa-libertadores-2019/fixture', {
Severity: Minor
Found in src/fetchers/games.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status