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

Introduce extended signal interface #11

Merged
merged 1 commit into from
Jul 12, 2017
Merged

Introduce extended signal interface #11

merged 1 commit into from
Jul 12, 2017

Conversation

lelandmiller
Copy link
Owner

This supports signal chains and a more concise interface filtering and mapping signals (along with all of the other available extended signal types).

This adds map, filter, promisify, and readOnly methods to the Signal
interface.
@codecov-io
Copy link

codecov-io commented Jul 11, 2017

Codecov Report

Merging #11 into master will increase coverage by 0.37%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   98.61%   98.98%   +0.37%     
==========================================
  Files           8        7       -1     
  Lines          72       99      +27     
  Branches        3        8       +5     
==========================================
+ Hits           71       98      +27     
  Misses          1        1
Impacted Files Coverage Δ
src/interfaces.ts 0% <ø> (ø) ⬆️
src/index.ts 100% <100%> (ø) ⬆️
src/extended-signal.ts 100% <100%> (ø)
src/promisify-signal.ts 100% <100%> (ø) ⬆️
src/base-signals.ts 100% <100%> (ø)
src/signal-classes.ts 100% <100%> (ø)
src/signal.ts 100% <100%> (ø) ⬆️

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 3e16f12...0d1b639. Read the comment docs.

@lelandmiller lelandmiller force-pushed the master branch 4 times, most recently from 0a7fc2b to 14e9675 Compare July 11, 2017 14:39
@lelandmiller lelandmiller merged commit 26aae4d into master Jul 12, 2017
@lelandmiller lelandmiller deleted the new-interface branch July 12, 2017 20:47
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.

None yet

2 participants