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

feat: add CallEntry.tersify() #24

Merged
merged 2 commits into from
Jan 10, 2018
Merged

feat: add CallEntry.tersify() #24

merged 2 commits into from
Jan 10, 2018

Conversation

unional
Copy link
Owner

@unional unional commented Jan 10, 2018

BREAKING CHANGE:
renamed CallRecord to CallEntry
CallRecord represents a serializable record.
renamed CallEntry properties from arguemnts and result to inputs, output to that it works better with spread operator (because arguments is reserved).

BREAKING CHANGE:
renamed CallRecord to CallEntry
CallRecord represents  a serializable record.
renamed CallEntry properties from arguemnts and result to inputs, output to that it works better with spread operator (because arguments is reserved).
@coveralls
Copy link

coveralls commented Jan 10, 2018

Coverage Status

Coverage decreased (-1.6%) to 98.404% when pulling c243909 on callentry into 4bfe226 on master.

@codecov
Copy link

codecov bot commented Jan 10, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@4bfe226). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #24   +/-   ##
=======================================
  Coverage          ?   100%           
=======================================
  Files             ?      8           
  Lines             ?    133           
  Branches          ?     26           
=======================================
  Hits              ?    133           
  Misses            ?      0           
  Partials          ?      0
Impacted Files Coverage Δ
src/createCallRecordCreator.ts 100% <100%> (ø)
src/spy.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 4bfe226...41607f5. Read the comment docs.

@coveralls
Copy link

coveralls commented Jan 10, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 41607f5 on callentry into 4bfe226 on master.

@unional unional merged commit c0e5327 into master Jan 10, 2018
@unional unional deleted the callentry branch January 10, 2018 03:49
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.

2 participants