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

Verification memorization #212

Merged
merged 7 commits into from Jan 4, 2019
Merged

Verification memorization #212

merged 7 commits into from Jan 4, 2019

Conversation

oleksiyp
Copy link
Collaborator

@oleksiyp oleksiyp commented Jan 1, 2019

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 2, 2019

Codecov Report

Merging #212 into master will increase coverage by 0.67%.
The diff coverage is 81.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #212      +/-   ##
============================================
+ Coverage     69.44%   70.12%   +0.67%     
- Complexity      746      789      +43     
============================================
  Files            93       96       +3     
  Lines          2497     2604     +107     
  Branches        408      425      +17     
============================================
+ Hits           1734     1826      +92     
- Misses          556      568      +12     
- Partials        207      210       +3
Impacted Files Coverage Δ Complexity Δ
dsl/common/src/main/kotlin/io/mockk/API.kt 0% <ø> (ø) 0 <0> (ø) ⬇️
...ain/kotlin/io/mockk/impl/verify/TimeoutVerifier.kt 0% <0%> (ø) 0 <0> (ø) ⬇️
.../main/kotlin/io/mockk/impl/stub/ConstructorStub.kt 57.14% <0%> (-11.15%) 12 <0> (ø)
...otlin/io/mockk/impl/verify/SequenceCallVerifier.kt 89.47% <100%> (ø) 7 <0> (ø) ⬇️
...otlin/io/mockk/impl/verify/AllCallsCallVerifier.kt 91.66% <100%> (ø) 10 <0> (ø) ⬇️
...m/src/main/kotlin/io/mockk/impl/JvmMockKGateway.kt 87.91% <100%> (+0.7%) 23 <2> (+2) ⬆️
...n/io/mockk/impl/recording/CallRecorderFactories.kt 100% <100%> (ø) 14 <1> (+1) ⬆️
...kotlin/io/mockk/impl/verify/OrderedCallVerifier.kt 91.11% <100%> (+5.06%) 18 <0> (ø) ⬇️
...rc/main/kotlin/io/mockk/impl/stub/CommonClearer.kt 77.77% <100%> (ø) 5 <2> (ø) ⬇️
...tlin/io/mockk/impl/recording/CommonCallRecorder.kt 100% <100%> (ø) 30 <3> (+2) ⬆️
... and 12 more

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 dfd97a5...b71beeb. Read the comment docs.

Add clear for verification marks and exclusions.
Few tests
@oleksiyp oleksiyp merged commit 61e5276 into master Jan 4, 2019
@oleksiyp oleksiyp deleted the verification-memorization branch January 4, 2019 05:34
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