Ta#72102 [16.0] [MIG] github_event_webhook #30
13 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 13
Complexity increasing per file
==============================
- github_event_webhook/controllers/github.py 2
- github_event_webhook/tests/test_github_controller.py 3
- github_event_webhook/models/github_event.py 2
See the complete overview on Codacy
Annotations
Check notice on line 4 in github_event_webhook/__init__.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/__init__.py#L4
'.models' imported but unused (F401)
Check warning on line 4 in github_event_webhook/__manifest__.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/__manifest__.py#L4
Statement seems to have no effect
Check notice on line 4 in github_event_webhook/controllers/__init__.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/controllers/__init__.py#L4
'.github' imported but unused (F401)
Check warning on line 14 in github_event_webhook/controllers/github.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/controllers/github.py#L14
Possible hardcoded password: 'github_pull_request.github_secret'
Check failure on line 14 in github_event_webhook/controllers/github.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/controllers/github.py#L14
Possible hardcoded secret key (secret)
Check notice on line 4 in github_event_webhook/models/__init__.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/models/__init__.py#L4
'.github_event' imported but unused (F401)
Check warning on line 47 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L47
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 48 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L48
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 55 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L55
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 56 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L56
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 64 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L64
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 65 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L65
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Check warning on line 91 in github_event_webhook/tests/test_github_controller.py
codacy-production / Codacy Static Code Analysis
github_event_webhook/tests/test_github_controller.py#L91
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.