Skip to content

feat: add EventSubscriber trait and inmemory impl#94

Merged
ar3s3ru merged 6 commits intomasterfrom
feature/subscription-trait
Aug 13, 2020
Merged

feat: add EventSubscriber trait and inmemory impl#94
ar3s3ru merged 6 commits intomasterfrom
feature/subscription-trait

Conversation

@ar3s3ru
Copy link
Copy Markdown
Collaborator

@ar3s3ru ar3s3ru commented Aug 12, 2020

Closes #92

@ar3s3ru ar3s3ru added feature New feature or request eventually-core Issue or Pull Request involves eventually-core crate eventually-util Issue or Pull Request involves eventually-util crate eventually Issue or Pull Request involves eventually crate labels Aug 12, 2020
@ar3s3ru ar3s3ru added this to the v0.4.0 milestone Aug 12, 2020
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 12, 2020

Codecov Report

Merging #94 into master will increase coverage by 4.78%.
The diff coverage is 97.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   47.16%   51.95%   +4.78%     
==========================================
  Files          13       13              
  Lines         600      666      +66     
==========================================
+ Hits          283      346      +63     
- Misses        317      320       +3     
Flag Coverage Δ
#unit 51.95% <97.19%> (+4.78%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
eventually-postgres/src/lib.rs 0.00% <ø> (ø)
eventually-util/src/inmemory.rs 92.13% <97.19%> (+1.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8e1598...41906e0. Read the comment docs.

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ar3s3ru ar3s3ru merged commit af6c6d4 into master Aug 13, 2020
@ar3s3ru ar3s3ru deleted the feature/subscription-trait branch August 13, 2020 06:48
@ar3s3ru ar3s3ru linked an issue Aug 14, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eventually Issue or Pull Request involves eventually crate eventually-core Issue or Pull Request involves eventually-core crate eventually-util Issue or Pull Request involves eventually-util crate feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

eventually-postgres: add Subscriber implementation eventually-core: add Subscriber trait support

1 participant