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

introspection: Include channel state in output #692

Merged
merged 1 commit into from
Apr 2, 2018
Merged

Conversation

prashantv
Copy link
Contributor

We'll need to exclude channel state from the pre/post state verification
since the channel state is expected to change.

Remove an unused function, all verification is now part of testutils.

We'll need to exclude channel state from the pre/post state verification
since the channel state is expected to change.

Remove an unused function, all verification is now part of testutils.
@codecov
Copy link

codecov bot commented Apr 2, 2018

Codecov Report

Merging #692 into dev will increase coverage by 0.4%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev     #692     +/-   ##
=========================================
+ Coverage   86.72%   87.13%   +0.4%     
=========================================
  Files          40       40             
  Lines        4023     4026      +3     
=========================================
+ Hits         3489     3508     +19     
+ Misses        402      394      -8     
+ Partials      132      124      -8
Impacted Files Coverage Δ
introspection.go 92.38% <100%> (-3.28%) ⬇️
mex.go 72.09% <0%> (-2.8%) ⬇️
peer.go 93.45% <0%> (-0.37%) ⬇️
outbound.go 86.2% <0%> (+1.14%) ⬆️
inbound.go 81.05% <0%> (+1.57%) ⬆️
connection.go 85.64% <0%> (+6.29%) ⬆️

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 6581781...995aac5. Read the comment docs.

@prashantv prashantv merged commit 8de5888 into dev Apr 2, 2018
@prashantv prashantv deleted the introspect_state branch April 2, 2018 17:35
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