nyaruka / gocommon

Common utility library for the TextIt platform.
Other
7 stars 11 forks source link

Move some util packages from goflow #27

Closed rowanseymour closed 4 years ago

rowanseymour commented 4 years ago

Does https://github.com/nyaruka/gocommon/issues/21

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will decrease coverage by 8.59%. The diff coverage is 86.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #27      +/-   ##
===========================================
- Coverage   100.00%   91.40%   -8.60%     
===========================================
  Files            2       12      +10     
  Lines          210      547     +337     
===========================================
+ Hits           210      500     +290     
- Misses           0       28      +28     
- Partials         0       19      +19     
Impacted Files Coverage Δ
dates/timeofday.go 76.00% <76.00%> (ø)
jsonx/json.go 76.19% <76.19%> (ø)
httpx/http.go 83.13% <83.13%> (ø)
httpx/mock.go 85.24% <85.24%> (ø)
dates/date.go 87.50% <87.50%> (ø)
dates/now.go 87.50% <87.50%> (ø)
httpx/access.go 87.50% <87.50%> (ø)
dates/utils.go 100.00% <100.00%> (ø)
httpx/retries.go 100.00% <100.00%> (ø)
random/rand.go 100.00% <100.00%> (ø)
... and 10 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 627f019...36677a3. Read the comment docs.