nyaruka / gocommon

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

Discord ID URN type #28

Closed awensaunders closed 4 years ago

awensaunders commented 4 years ago

This adds a URN type for Discord IDs. This enables courier to send/receive messages to/from the standalone discord proxy. See: https://github.com/rapidpro/rapidpro/issues/1252

codecov[bot] commented 4 years ago

Codecov Report

Merging #28 into master will decrease coverage by 8.51%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #28      +/-   ##
===========================================
- Coverage   100.00%   91.48%   -8.52%     
===========================================
  Files            2       12      +10     
  Lines          210      552     +342     
===========================================
+ Hits           210      505     +295     
- Misses           0       28      +28     
- Partials         0       19      +19     
Impacted Files Coverage Δ
urns/urns.go 100.00% <100.00%> (ø)
httpx/retries.go 100.00% <0.00%> (ø)
jsonx/json.go 76.19% <0.00%> (ø)
dates/date.go 87.50% <0.00%> (ø)
dates/timeofday.go 76.00% <0.00%> (ø)
httpx/mock.go 85.24% <0.00%> (ø)
random/rand.go 100.00% <0.00%> (ø)
dates/utils.go 100.00% <0.00%> (ø)
httpx/http.go 83.13% <0.00%> (ø)
httpx/access.go 87.50% <0.00%> (ø)
... and 1 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 0567060...4cb925f. Read the comment docs.