ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
695 stars 42 forks source link

Add float support to MemoryView #429

Closed ahawker closed 4 years ago

ahawker commented 4 years ago

Status: Ready

codecov[bot] commented 4 years ago

Codecov Report

Merging #429 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #429   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         293    310   +17     
  Branches       69     75    +6     
=====================================
+ Hits          293    310   +17
Impacted Files Coverage Δ
ulid/ulid.py 100% <100%> (ø) :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 635b4ae...f62e597. Read the comment docs.