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

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

88400b0
Select commit
Loading
Failed to load commit list.
Merged

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

Выброс ошибки в API методах при получении ссылки, если метод не привя…
88400b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2024 in 0s

99.92% (+0.00%) compared to f3f8556

View this Pull Request on Codecov

99.92% (+0.00%) compared to f3f8556

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.92%. Comparing base (f3f8556) to head (88400b0).

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           
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%> (ø)