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

Выброс ошибки в API методах, если метод не привязан к навыку #17

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

K1rL3s
Copy link
Owner

@K1rL3s K1rL3s commented Oct 15, 2024

Описание

Убрал ненужную (и к тому же ошибочную) привязку метода к навыку
Сделал выброс ошибки, если пытаться получить ссылку без привязанного навыка

Тип изменения

  • Исправление бага (некритическое изменение, которое устраняет проблему)

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (f3f8556) to head (88400b0).
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files         140      140           
  Lines        2608     2619   +11     
=======================================
+ Hits         2606     2617   +11     
  Misses          2        2           
Flag Coverage Δ
unittests 99.92% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
aliceio/exceptions.py 100.00% <100.00%> (ø)
aliceio/methods/base.py 100.00% <100.00%> (ø)
aliceio/methods/images/delete_image.py 100.00% <100.00%> (ø)
aliceio/methods/images/get_images.py 100.00% <100.00%> (ø)
aliceio/methods/images/upload_image.py 100.00% <100.00%> (ø)
aliceio/methods/sounds/delete_sound.py 100.00% <100.00%> (ø)
aliceio/methods/sounds/get_sounds.py 100.00% <100.00%> (ø)
aliceio/methods/sounds/upload_sound.py 100.00% <100.00%> (ø)

@K1rL3s K1rL3s merged commit 6fc9f2d into master Oct 15, 2024
23 checks passed
@K1rL3s K1rL3s deleted the fix-methods branch October 15, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant