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

vm: add tests to stack_item.go #812

Merged
merged 1 commit into from
Mar 31, 2020
Merged

vm: add tests to stack_item.go #812

merged 1 commit into from
Mar 31, 2020

Conversation

AnnaShaleva
Copy link
Member

closes #199

@codecov
Copy link

codecov bot commented Mar 31, 2020

Codecov Report

Merging #812 into master will increase coverage by 0.56%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #812      +/-   ##
==========================================
+ Coverage   67.08%   67.65%   +0.56%     
==========================================
  Files         141      141              
  Lines       13204    13204              
==========================================
+ Hits         8858     8933      +75     
+ Misses       3930     3859      -71     
+ Partials      416      412       -4     
Impacted Files Coverage Δ
pkg/vm/stack_item.go 96.16% <0.00%> (+26.13%) ⬆️

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 e41853d...a8fa9c9. Read the comment docs.

@AnnaShaleva AnnaShaleva marked this pull request as ready for review March 31, 2020 15:09
@AnnaShaleva AnnaShaleva self-assigned this Mar 31, 2020
@roman-khimov roman-khimov merged commit 12a9a6b into master Mar 31, 2020
@roman-khimov roman-khimov deleted the tests/stack_item branch March 31, 2020 21:12
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.

VM: Complete test for all stack items
2 participants