Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ta#72102 [16.0] [MIG] github_event_webhook #30

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

[16.0] [MIG] github_event_webhook

61b5086
Select commit
Loading
Failed to load commit list.
Open

Ta#72102 [16.0] [MIG] github_event_webhook #30

[16.0] [MIG] github_event_webhook
61b5086
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 17, 2024 in 0s

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

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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.