fedspendingtransparency/usaspending-api

View on GitHub
usaspending_api/disaster/delta_models/covid_faba_spending.py

Summary

Maintainability
C
7 hrs
Test Coverage
A
100%

File covid_faba_spending.py has 461 lines of code (exceeds 250 allowed). Consider refactoring.
Open

COVID_FABA_SPENDING_COLUMNS = {
    "id": {"delta": "INTEGER", "postgres": "INTEGER NOT NULL"},
    "spending_level": {"delta": "STRING", "postgres": "TEXT"},
    "funding_toptier_agency_id": {"delta": "STRING", "postgres": "TEXT"},
    "funding_toptier_agency_code": {"delta": "STRING", "postgres": "TEXT"},
Severity: Minor
Found in usaspending_api/disaster/delta_models/covid_faba_spending.py - About 7 hrs to fix

    There are no issues that match your filters.

    Category
    Status