ahbeng/NUSMods

View on GitHub
scrapers/nus-v2/src/tasks/GetSemesterExams.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async run(): Promise<Output> {
    this.logger.info(
      `Getting exams for all modules in ${this.academicYear} semester ${this.semester}`,
    );
    const term = getTermCode(this.semester, this.academicYear);
Severity: Minor
Found in scrapers/nus-v2/src/tasks/GetSemesterExams.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status