Closed sassanh closed 2 years ago
Merging #4 (ec4d2fe) into master (60f9bc8) will increase coverage by
0.13%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #4 +/- ##
==========================================
+ Coverage 98.92% 99.05% +0.13%
==========================================
Files 22 22
Lines 742 743 +1
==========================================
+ Hits 734 736 +2
+ Misses 8 7 -1
Impacted Files | Coverage Δ | |
---|---|---|
lib/src/date.dart | 100.00% <100.00%> (ø) |
|
lib/src/name.dart | 91.89% <0.00%> (+1.35%) |
: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 60f9bc8...ec4d2fe. Read the comment docs.
Available in the latest update.
randomDays
had the unit of "days" but it was sent toDuration
constructor asmilliseconds
which caused all the randomly generated dates to be very close to thestart
.