Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Make functions for getting document transformation info public #623

Merged
merged 1 commit into from
Nov 24, 2021

Conversation

sandrask
Copy link
Contributor

The following functions for getting document transformation info are now public:

  • GetTransformationInfoForPublished
  • GetTransformationInfoForUnpublished

Closes #622

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

The following functions for getting document transformation info are now public:
- GetTransformationInfoForPublished
- GetTransformationInfoForUnpublished

Closes trustbloc#622

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@codecov
Copy link

codecov bot commented Nov 24, 2021

Codecov Report

Merging #623 (b83b200) into main (bc259b8) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #623   +/-   ##
=======================================
  Coverage   93.49%   93.49%           
=======================================
  Files          75       75           
  Lines        3980     3983    +3     
=======================================
+ Hits         3721     3724    +3     
  Misses        146      146           
  Partials      113      113           
Impacted Files Coverage Δ
pkg/dochandler/handler.go 92.85% <100.00%> (+0.09%) ⬆️

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 bc259b8...b83b200. Read the comment docs.

@sandrask sandrask merged commit d5f6ccf into trustbloc:main Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make functions for getting document transformation info public
3 participants