maxwu/cistat

View on GitHub
src/cistat/reqs/circleci_request.py

Summary

Maintainability
A
1 hr
Test Coverage

Function get_build_artifacts has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def get_build_artifacts(cls, token, vcs, username, project, build_num):
Severity: Minor
Found in src/cistat/reqs/circleci_request.py - About 35 mins to fix

    Function get_recent_builds has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def get_recent_builds(cls, token=None, vcs='gh', username=None, project=None, limit=None):
    Severity: Minor
    Found in src/cistat/reqs/circleci_request.py - About 35 mins to fix

      Function get_recent_artifacts has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def get_recent_artifacts(cls, token=None, vcs='gh', username=None, project=None, limit=None):
      Severity: Minor
      Found in src/cistat/reqs/circleci_request.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status