isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

Allow initializing immutabledicts from dicts in PyPy #76

Closed spigo900 closed 4 years ago

spigo900 commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   89.48%   89.48%           
=======================================
  Files           7        7           
  Lines         685      685           
=======================================
  Hits          613      613           
  Misses         72       72           
Impacted Files Coverage Δ
immutablecollections/_utils.py 100.00% <100.00%> (ø)

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 a382696...44cc586. Read the comment docs.