freckle / bcp47

BCP-47 for Haskell
https://freckle.github.io/bcp47/
2 stars 1 forks source link

Add a Serialise instance to BCP47 #33

Closed tomcarste closed 1 year ago

tomcarste commented 1 year ago

Description

The CBOR format is a valuable addition for consumers who may want to use Serialise. To allow them to more easily derive their own instances, we provide one for BCP47.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 88.88% and project coverage change: +0.02 :tada:

Comparison is base (a2278d8) 88.13% compared to head (0f85380) 88.16%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 88.13% 88.16% +0.02% ========================================== Files 17 17 Lines 236 245 +9 Branches 1 1 ========================================== + Hits 208 216 +8 - Misses 28 29 +1 ``` | [Impacted Files](https://app.codecov.io/gh/freckle/bcp47/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=freckle) | Coverage Δ | | |---|---|---| | [bcp47/library/Data/BCP47.hs](https://app.codecov.io/gh/freckle/bcp47/pull/33?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=freckle#diff-YmNwNDcvbGlicmFyeS9EYXRhL0JDUDQ3Lmhz) | `90.80% <88.88%> (-0.23%)` | :arrow_down: |

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