igor-starostenko/report_factory-web

View on GitHub
src/containers/rspec_report.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function RspecReport has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function RspecReport(props) {
  const { report, reportId, xApiKey } = props;

  useEffect(() => {
    if (!report || report.id !== reportId) {
Severity: Minor
Found in src/containers/rspec_report.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status