jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Add a wrapping mapper around existing by-field mapper to allow adding prefixes to saga's instance IDs #158

Closed danilvpetrov closed 5 years ago

danilvpetrov commented 5 years ago

Fixes #157.

codecov-io commented 5 years ago

Codecov Report

Merging #158 into master will decrease coverage by 0.1%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   28.26%   28.16%   -0.11%     
==========================================
  Files          78       79       +1     
  Lines        3064     3075      +11     
==========================================
  Hits          866      866              
- Misses       2174     2185      +11     
  Partials       24       24
Impacted Files Coverage Δ
src/ax/saga/mapping/direct/prefix.go 0% <0%> (ø)

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 8e19e58...7bc221a. Read the comment docs.

jmalloc commented 5 years ago

Can you please add tests, since this package is already tested.