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

Merge MockState#{commands, logs} to MockState#trace #1954

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Feb 22, 2021

This merges the commands and logs field of MockState into one
trace field that is a Vector of Cmds and Logs. The advantage of
this change is that commands and logs in MockState are now interleaved
so that we can check their order in the tests.

This merges the `commands` and `logs` field of `MockState` into one
`trace` field that is a `Vector` of `Cmd`s and `Log`s. The advantage of
this change is that commands and logs in `MockState` are now interleaved
so that we can check their order in the tests.
@fthomas fthomas added this to the 0.10.0 milestone Feb 22, 2021
@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #1954 (519e0b9) into master (f28737d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1954   +/-   ##
=======================================
  Coverage   78.35%   78.35%           
=======================================
  Files         129      129           
  Lines        2227     2227           
  Branches       60       60           
=======================================
  Hits         1745     1745           
  Misses        482      482           

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 f28737d...519e0b9. Read the comment docs.

@fthomas fthomas merged commit 792b886 into master Feb 22, 2021
@fthomas fthomas deleted the topic/MockState.trace branch February 23, 2021 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant