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

Add API command to delete event by given id #273

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

johannaengland
Copy link
Contributor

Closes #270. Last part to #243.

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 98.19%. Comparing base (395ac8e) to head (8698dc8).
Report is 28 commits behind head on master.

Files Patch % Lines
src/zino/api/legacy.py 91.67% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   97.32%   98.19%   +0.86%     
==========================================
  Files          64       64              
  Lines        7919     7942      +23     
==========================================
+ Hits         7707     7798      +91     
+ Misses        212      144      -68     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@johannaengland johannaengland force-pushed the api/delete-event branch 4 times, most recently from 0e81afa to a864177 Compare July 8, 2024 12:01
src/zino/api/legacy.py Outdated Show resolved Hide resolved
tests/api/legacy_test.py Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Aug 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement an API command that deletes an event by the given id
2 participants