labcif / GBoard4A

Digital forensic analysis of GBoard for Android
GNU General Public License v3.0
0 stars 1 forks source link

serialization: empty lists are reported as `null` instead of `[]` #25

Closed ljmf00 closed 3 years ago

ljmf00 commented 3 years ago

Fixes #24 .

Signed-off-by: Luís Ferreira contact@lsferreira.net

codecov-commenter commented 3 years ago

Codecov Report

Merging #25 (b6891c8) into main (1109c22) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main     #25   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         12      13    +1     
  Lines        110     120   +10     
=====================================
- Misses       110     120   +10     
Flag Coverage Δ
unittests 0.00% <0.00%> (ø)

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

Impacted Files Coverage Δ
source/gboardforensics/models/dictionary.d 0.00% <0.00%> (ø)
source/gboardforensics/models/trainingcache.d 0.00% <ø> (ø)
source/gboardforensics/utils/serialization.d 0.00% <0.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 1109c22...b6891c8. Read the comment docs.