sillsdev / scripture

TypeScript port of the 'libpalaso/SIL.Scripture' library that provides classes for working with Scripture data such as references and versifications.
MIT License
0 stars 1 forks source link

improve JSON.stringify #17

Closed irahopkinson closed 3 months ago

irahopkinson commented 3 months ago
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.22%. Comparing base (3bc5fbd) to head (92e2c91).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #17 +/- ## ========================================== + Coverage 84.70% 86.22% +1.52% ========================================== Files 4 4 Lines 353 363 +10 Branches 105 110 +5 ========================================== + Hits 299 313 +14 + Misses 52 50 -2 + Partials 2 0 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

irahopkinson commented 3 months ago

@tjcouch-sil Using book makes the serialized output more human readable than bookNum, e.g. it's really hard to know what bookNum=19 is but book="PSA" is more obvious.