isi-vista / immutablecollections

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

Use black for code formatting #10

Closed gabbard closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 95.19%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   91.13%   91.13%           
=======================================
  Files           7        7           
  Lines         564      564           
=======================================
  Hits          514      514           
  Misses         50       50
Impacted Files Coverage Δ
immutablecollections/immutabledict.py 88.37% <100%> (ø) :arrow_up:
immutablecollections/immutablecollection.py 100% <100%> (ø) :arrow_up:
immutablecollections/immutablelist.py 97.91% <100%> (ø) :arrow_up:
immutablecollections/utils.py 100% <100%> (ø) :arrow_up:
immutablecollections/immutableset.py 87.09% <89.18%> (ø) :arrow_up:
immutablecollections/immutablemultidict.py 93.3% <97.29%> (ø) :arrow_up:

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 ebd41ac...af0399d. Read the comment docs.