rusty1s/dotfiles

View on GitHub
widgets/github/script.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                if all([
                        act['status'] == 'completed'
                        and act['conclusion'] == 'success' for act in actions
                ]):
                    action = 'success'
Severity: Major
Found in widgets/github/script.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status