RocketChat/Rocket.Chat

View on GitHub
apps/meteor/reporters/rocketchat.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function onTestEnd has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async onTestEnd(test: TestCase, result: TestResult) {
        if (process.env.REPORTER_ROCKETCHAT_REPORT !== 'true') {
            console.log('REPORTER_ROCKETCHAT_REPORT is not true, skipping', {
                draft: this.draft,
                branch: this.branch,
Severity: Minor
Found in apps/meteor/reporters/rocketchat.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status