CareBoo / Serially

Adds a unity-supported, SerializableType class and an inspector for editing SerializeReference fields.
MIT License
40 stars 0 forks source link

jasonboukheir/issue52 #58

Closed jasonboukheir closed 4 years ago

jasonboukheir commented 4 years ago

Adding TypeFilterAttribute support to the ShowSerializeReference fields.

Fixes #52

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into preview will increase coverage by 18.24%. The diff coverage is 96.17%.

Impacted file tree graph

@@             Coverage Diff              @@
##           preview      #58       +/-   ##
============================================
+ Coverage    80.34%   98.59%   +18.24%     
============================================
  Files           22       21        -1     
  Lines          402      428       +26     
============================================
+ Hits           323      422       +99     
+ Misses          79        6       -73     
Flag Coverage Δ
#unittests 98.59% <96.17%> (+18.24%) :arrow_up:

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

Impacted Files Coverage Δ
...oo.serially/Editor/ShowSerializeReferenceDrawer.cs 88.00% <88.00%> (ø)
...erializedProperty/SetManagedReferenceValueToNew.cs 100.00% <100.00%> (ø)
Packages/com.careboo.serially/Editor/GuiEvent.cs 100.00% <100.00%> (ø)
....careboo.serially/Editor/SerializableTypeDrawer.cs 100.00% <100.00%> (+100.00%) :arrow_up:
Packages/com.careboo.serially/Editor/TypeField.cs 100.00% <100.00%> (ø)
...es/com.careboo.serially/Editor/TypePickerWindow.cs 100.00% <100.00%> (+21.87%) :arrow_up:
...boo.serially/Runtime/ProvideSourceInfoAttribute.cs 100.00% <100.00%> (ø)
...om.careboo.serially/Runtime/TypeFilterAttribute.cs 100.00% <100.00%> (ø)
... and 3 more
github-actions[bot] commented 4 years ago

:tada: This PR is included in version 2.1.0-preview.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: