jborean93 / PowerShell-Yayaml

A YAML parser and writer that uses an Assembly Load Context on PowerShell 7+
MIT License
30 stars 2 forks source link

Fix up IntPtr serialization to align with other int values #3

Closed jborean93 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #3 (a832b40) into main (93d4a47) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   95.01%   95.01%           
=======================================
  Files          14       14           
  Lines        1323     1325    +2     
=======================================
+ Hits         1257     1259    +2     
  Misses         66       66           
Flag Coverage Δ
PS_7.2_x64_Linux 95.01% <100.00%> (+<0.01%) :arrow_up:
PS_7.2_x64_Windows ?
PS_7.3_x64_Linux 95.01% <100.00%> (+<0.01%) :arrow_up:
PS_7.3_x64_Windows ?

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

Files Changed Coverage Δ
src/Yayaml/YamlSchema.cs 98.58% <100.00%> (+0.02%) :arrow_up: