pankod/refine

View on GitHub
.github/workflows/e2e-examples.js

Summary

Maintainability
C
1 day
Test Coverage

Function runTests has a Cognitive Complexity of 31 (exceeds 5 allowed). Consider refactoring.
Open

const runTests = async () => {
  const examplesToRun = await getProjectsWithE2E();

  if (examplesToRun.length === 0) {
    return { success: true, empty: true };
Severity: Minor
Found in .github/workflows/e2e-examples.js - About 4 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Function runTests has 92 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const runTests = async () => {
  const examplesToRun = await getProjectsWithE2E();

  if (examplesToRun.length === 0) {
    return { success: true, empty: true };
Severity: Major
Found in .github/workflows/e2e-examples.js - About 3 hrs to fix

    Function getProjectInfo has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const getProjectInfo = async (path) => {
      // read package.json
      const pkg = await promisify(fs.readFile)(
        pathJoin(path, "package.json"),
        "utf8",
    Severity: Minor
    Found in .github/workflows/e2e-examples.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status