tagatac / bagoup

Mac OS Messages export
GNU Affero General Public License v3.0
72 stars 4 forks source link

Modernize all dates in the chat_message_join table #48

Closed tagatac closed 1 year ago

tagatac commented 1 year ago

What is changing: If a date from the chat_message_join table is not already modernized, modernize it (multiply by 1B).

Why this change is being made: It is possible that some of the dates have been modernized, and others have not.

Related issue(s): Fixes #40

Follow-up changes needed: None

Is the change completely covered by unit tests? If not, why not?: Yes

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0c3ff7d) 98.42% compared to head (8875bd8) 98.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ======================================= Coverage 98.42% 98.42% ======================================= Files 7 7 Lines 824 827 +3 ======================================= + Hits 811 814 +3 Misses 10 10 Partials 3 3 ``` | [Impacted Files](https://app.codecov.io/gh/tagatac/bagoup/pull/48?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=David+Tagatac) | Coverage Δ | | |---|---|---| | [chatdb/chatdb.go](https://app.codecov.io/gh/tagatac/bagoup/pull/48?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=David+Tagatac#diff-Y2hhdGRiL2NoYXRkYi5nbw==) | `98.44% <100.00%> (+0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.