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

Unit test for enum SerializableObjectWithState #817

Merged

Conversation

tech-bash
Copy link
Contributor

@tech-bash tech-bash commented Apr 30, 2023

Fix: #774
Add unit test for serialization and deserialization of enum SerializeableObjectWithState.

@tech-bash tech-bash changed the title Add test for enum SerializableObjectWithState Unit test for enum SerializableObjectWithState Apr 30, 2023
@tech-bash tech-bash force-pushed the feat/test_SerializeableObject branch from 819bd5b to ec399a7 Compare April 30, 2023 19:59
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2023

Codecov Report

Merging #817 (c0af340) into main (036bbf9) will decrease coverage by 40.22%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main    #817       +/-   ##
==========================================
- Coverage   49.06%   8.84%   -40.22%     
==========================================
  Files         410     405        -5     
  Lines       33501   32699      -802     
  Branches     7440    7198      -242     
==========================================
- Hits        16436    2891    -13545     
- Misses      11949   28989    +17040     
+ Partials     5116     819     -4297     
Flag Coverage Δ
unittests-aries-vcx 8.84% <66.66%> (-40.19%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aries_vcx/src/utils/serialization.rs 57.44% <66.66%> (+12.44%) ⬆️

... and 310 files with indirect coverage changes

Signed-off-by: Bhavy Airi <airiragahv@gmail.com>
@tech-bash tech-bash force-pushed the feat/test_SerializeableObject branch from 0c9754b to c0af340 Compare May 2, 2023 09:14
@Patrik-Stas Patrik-Stas merged commit 07c35cb into hyperledger:main May 3, 2023
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write test for SerializableObjectWithState
3 participants