ivnvxd/fluent-mind-bot

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.dockerignore
.github/workflows/lint_check.yml
.github/workflows/run_tests.yml
.gitignore
Dockerfile
LICENSE
Makefile
README.md
bot/__init__.py0
A
0 mins
F
0%
bot/apps.py4
A
0 mins
A
100%
bot/bot.py23
A
0 mins
B
88%
bot/database.py70
A
0 mins
A
96%
bot/handlers.py283
A
2 hrs
F
51%
bot/helpers.py203
A
0 mins
B
88%
bot/urls.py6
A
0 mins
A
100%
bot/views.py14
A
0 mins
C
70%
chats/__init__.py0
A
0 mins
F
0%
chats/admin.py1
A
0 mins
A
100%
chats/apps.py4
A
0 mins
A
100%
chats/migrations/0001_initial.py42
A
0 mins
chats/migrations/0002_alter_text_completion_tokens_alter_text_date_and_more.py23
A
0 mins
chats/migrations/0003_alter_text_completion_tokens_and_more.py17
A
0 mins
chats/migrations/0004_text_total_tokens.py12
A
0 mins
chats/migrations/0005_text_content_type.py12
A
0 mins
chats/migrations/__init__.py0
A
0 mins
chats/models.py85
A
0 mins
A
93%
chats/tests.py11
A
0 mins
A
100%
chats/urls.py6
A
0 mins
A
100%
chats/views.py19
A
0 mins
A
100%
manage.py17
A
0 mins
poetry.lock
pyproject.toml
requirements.txt
setup.cfg
templates/base.html
templates/chats.html
templates/footer.html
templates/index.html
templates/messages.html
templates/navbar.html
users/__init__.py0
A
0 mins
F
0%
users/admin.py0
A
0 mins
F
0%
users/apps.py4
A
0 mins
A
100%
users/migrations/0001_initial.py37
A
0 mins
users/migrations/__init__.py0
A
0 mins
users/models.py7
A
0 mins
B
85%
users/tests.py0
A
0 mins
F
0%
users/urls.py5
A
0 mins
A
100%
users/views.py12
A
0 mins
A
100%