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

Initial Implementation of SequentialCondition #581

Open
wants to merge 9 commits into
base: epic-sequential-condition
Choose a base branch
from

Conversation

derekpierre
Copy link
Member

@derekpierre derekpierre commented Sep 19, 2024

Type of PR:

  • Bugfix
  • Feature
  • Documentation
  • Other

Required reviews:

  • 1
  • 2
  • 3

What this does:

Implementation of SequentialCondition from nucypher/nucypher#3500

Issues fixed/closed:

  • Fixes #...

Why it's needed:

Explain how this PR fits in the greater context of the NuCypher Network. E.g.,
if this PR address a nucypher/productdev issue, let reviewers know!

Notes for reviewers:

What should reviewers focus on? Is there a particular commit/function/section
of your PR that requires more attention from reviewers?

… This is not directly exported, but is used internally by other conditions.

Update compound condition to use common condition schema.
…s; It would be nice to have something common like this but I'm not sure how to do that currently.

Explicitly define union of all conditions in compound and sequential modules.
@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (epic-sequential-condition@43bc968). Learn more about missing BASE report.

Additional details and impacted files
@@                     Coverage Diff                      @@
##             epic-sequential-condition     #581   +/-   ##
============================================================
  Coverage                             ?   89.32%           
============================================================
  Files                                ?       61           
  Lines                                ?     6230           
  Branches                             ?      330           
============================================================
  Hits                                 ?     5565           
  Misses                               ?      664           
  Partials                             ?        1           

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

@derekpierre derekpierre changed the title [WIP] Sequential Condition Initial Implementation of Sequential Condition Sep 23, 2024
@derekpierre derekpierre self-assigned this Sep 23, 2024
@derekpierre derekpierre changed the title Initial Implementation of Sequential Condition Initial Implementation of SequentialCondition Sep 23, 2024
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.

3 participants