8 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 8
Complexity increasing per file
==============================
- github_pull_request_project/models/github_pull_request.py 3
- github_pull_request_project/tests/test_project_task.py 3
See the complete overview on Codacy
Annotations
Check notice on line 4 in github_pull_request_project/__init__.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/__init__.py#L4
'.models' imported but unused (F401)
Check warning on line 4 in github_pull_request_project/__manifest__.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/__manifest__.py#L4
Statement seems to have no effect
Check notice on line 4 in github_pull_request_project/models/__init__.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/models/__init__.py#L4
'.github_pull_request' imported but unused (F401)
Check notice on line 40 in github_pull_request_project/models/github_pull_request.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/models/github_pull_request.py#L40
undefined name 'project' (F821)
Check warning on line 45 in github_pull_request_project/tests/test_project_task.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/tests/test_project_task.py#L45
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 54 in github_pull_request_project/tests/test_project_task.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/tests/test_project_task.py#L54
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 63 in github_pull_request_project/tests/test_project_task.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/tests/test_project_task.py#L63
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 72 in github_pull_request_project/tests/test_project_task.py
codacy-production / Codacy Static Code Analysis
github_pull_request_project/tests/test_project_task.py#L72
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.