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 support to the stores for managing cascading delete on parent RELTYPE #244

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

allenporter
Copy link
Owner

Add TodoStore and EventStore support for managing PARENT relationships types on deletions to delete all children of events.

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #244 (d2f2cdd) into main (1e7ba71) will increase coverage by 0.01%.
Report is 1 commits behind head on main.
The diff coverage is 97.56%.

@@            Coverage Diff             @@
##             main     #244      +/-   ##
==========================================
+ Coverage   96.88%   96.90%   +0.01%     
==========================================
  Files          45       46       +1     
  Lines        2730     2807      +77     
==========================================
+ Hits         2645     2720      +75     
- Misses         85       87       +2     
Files Coverage Δ
ical/event.py 97.56% <100.00%> (+0.02%) ⬆️
ical/journal.py 100.00% <100.00%> (ø)
ical/store.py 98.90% <100.00%> (+0.17%) ⬆️
ical/todo.py 98.64% <100.00%> (+0.03%) ⬆️
ical/types/__init__.py 100.00% <100.00%> (ø)
ical/types/cal_address.py 100.00% <ø> (ø)
ical/types/relation.py 95.55% <95.55%> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@allenporter allenporter merged commit 0cdc420 into main Nov 7, 2023
7 checks passed
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