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

Talk Bot API #97

Merged
merged 20 commits into from
Aug 26, 2023

implemented `unregister_talk_bot` method

28a0543
Select commit
Loading
Failed to load commit list.
Merged

Talk Bot API #97

implemented `unregister_talk_bot` method
28a0543
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 26, 2023 in 0s

99.69% (+0.03%) compared to 1a9e412

View this Pull Request on Codecov

99.69% (+0.03%) compared to 1a9e412

Details

Codecov Report

Merging #97 (28a0543) into main (1a9e412) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   99.65%   99.69%   +0.03%     
==========================================
  Files          27       28       +1     
  Lines        2038     2294     +256     
==========================================
+ Hits         2031     2287     +256     
  Misses          7        7              
Files Changed Coverage Δ
nc_py_api/_misc.py 100.00% <100.00%> (ø)
nc_py_api/_version.py 100.00% <100.00%> (ø)
nc_py_api/ex_app/__init__.py 100.00% <100.00%> (ø)
nc_py_api/ex_app/defs.py 100.00% <100.00%> (ø)
nc_py_api/ex_app/integration_fastapi.py 100.00% <100.00%> (ø)
nc_py_api/nextcloud.py 100.00% <100.00%> (ø)
nc_py_api/talk.py 100.00% <100.00%> (ø)
nc_py_api/talk_bot.py 100.00% <100.00%> (ø)