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

__repr__ method #147

Merged
merged 2 commits into from
Oct 14, 2023

fixed coverage

f50151a
Select commit
Loading
Failed to load commit list.
Merged

__repr__ method #147

fixed coverage
f50151a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2023 in 0s

99.77% (+0.00%) compared to 5750e9a

View this Pull Request on Codecov

99.77% (+0.00%) compared to 5750e9a

Details

Codecov Report

Merging #147 (f50151a) into main (5750e9a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          34       34           
  Lines        3061     3091   +30     
=======================================
+ Hits         3054     3084   +30     
  Misses          7        7           
Files Coverage Δ
nc_py_api/activity.py 100.00% <100.00%> (ø)
nc_py_api/apps.py 100.00% <100.00%> (ø)
nc_py_api/files/__init__.py 100.00% <100.00%> (ø)
nc_py_api/notes.py 98.90% <100.00%> (+0.02%) ⬆️
nc_py_api/notifications.py 100.00% <100.00%> (ø)
nc_py_api/talk.py 100.00% <100.00%> (ø)
nc_py_api/talk_bot.py 100.00% <100.00%> (ø)
nc_py_api/user_status.py 100.00% <100.00%> (ø)
nc_py_api/users.py 100.00% <100.00%> (ø)
nc_py_api/users_groups.py 100.00% <100.00%> (ø)