herbsjs / buchu

Use Cases - Uniform, auditable and secure use case library
Other
24 stars 22 forks source link

Fix the absence of circular structure treatment #47

Closed KelvinFelix closed 3 years ago

KelvinFelix commented 3 years ago

Fixes and changes # In Step class, was included an callback function for handle circular structures. The changes can be seen in the run method.

Discuss here: https://github.com/herbsjs/buchu/issues/46

Author/Contributor

Reviewing Maintainer

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (08b3b96) into master (a763112) will increase coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   97.35%   97.45%   +0.10%     
==========================================
  Files           5        6       +1     
  Lines         227      236       +9     
==========================================
+ Hits          221      230       +9     
  Misses          6        6              
Impacted Files Coverage Δ
src/helpers/objectSerialization.js 100.00% <100.00%> (ø)
src/step.js 100.00% <100.00%> (ø)

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 39d9b16...08b3b96. Read the comment docs.

jhomarolo commented 3 years ago

:tada: This PR is included in version 1.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: