Skip to content

Convert list and tuple to Any payload #627

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

Merged
merged 1 commit into from
Mar 8, 2019
Merged

Conversation

OddCoincidence
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Mar 8, 2019

Codecov Report

Merging #627 into master will decrease coverage by 0.07%.
The diff coverage is 36.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #627      +/-   ##
==========================================
- Coverage   41.05%   40.98%   -0.08%     
==========================================
  Files          76       76              
  Lines       17195    17240      +45     
  Branches     4501     4519      +18     
==========================================
+ Hits         7060     7065       +5     
- Misses       8184     8219      +35     
- Partials     1951     1956       +5
Impacted Files Coverage Δ
vm/src/pyobject.rs 60.34% <100%> (+0.16%) ⬆️
vm/src/obj/objiter.rs 42.36% <100%> (-9.99%) ⬇️
vm/src/obj/objtuple.rs 29.37% <16.66%> (+0.21%) ⬆️
vm/src/obj/objlist.rs 37.93% <17.64%> (-2.03%) ⬇️
vm/src/vm.rs 53.74% <25%> (+0.03%) ⬆️
vm/src/obj/objsequence.rs 34.32% <32.25%> (+3.61%) ⬆️
vm/src/obj/objbool.rs 40.5% <50%> (+1.48%) ⬆️
... and 3 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 3495b04...1bcbb28. Read the comment docs.

@cthulahoops cthulahoops merged commit 50de085 into master Mar 8, 2019
@windelbouwman windelbouwman deleted the joey/list-tuple-any branch March 23, 2019 10:48
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.

3 participants