Skip to content

db and schema and test implemented version 2

8520c3b
Select commit
Loading
Failed to load commit list.
Open

Feature/Issue#3_supabase #27

db and schema and test implemented version 2
8520c3b
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 15, 2025 in 0s

8 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 41 in src/tests/test_database.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/tests/test_database.py#L41

Method test_database_operations has 68 lines of code (limit is 50)

Check warning on line 41 in src/tests/test_database.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/tests/test_database.py#L41

Method test_database_operations has a cyclomatic complexity of 9 (limit is 8)

Check warning on line 209 in src/utils/db.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/utils/db.py#L209

Method find_similar_claims has a cyclomatic complexity of 10 (limit is 8)

Check warning on line 222 in src/utils/db.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/utils/db.py#L222

Access to member '_cache' before its definition line 255

Check warning on line 223 in src/utils/db.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/utils/db.py#L223

Access to member '_cache' before its definition line 255

Check warning on line 18 in src/verifact_manager.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/verifact_manager.py#L18

Unused SimilarClaimResult imported from src.utils.db

Check warning on line 40 in src/verifact_manager.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/verifact_manager.py#L40

Method run has 124 lines of code (limit is 50)

Check warning on line 40 in src/verifact_manager.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/verifact_manager.py#L40

Method run has a cyclomatic complexity of 54 (limit is 8)