krakenjs / post-robot

Cross domain post-messaging on the client side using a simple listener/client pattern.
Apache License 2.0
741 stars 92 forks source link

Typescript3 #113

Open dtjones404 opened 1 year ago

dtjones404 commented 1 year ago

DTPPSDK-832

codecov-commenter commented 1 year ago

Codecov Report

Base: 73.31% // Head: 60.22% // Decreases project coverage by -13.10% :warning:

Coverage data is based on head (87af314) compared to base (55bdb6e). Patch coverage: 67.56% of modified lines in pull request are covered.

: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 #113 +/- ## =========================================== - Coverage 73.31% 60.22% -13.10% =========================================== Files 26 26 Lines 952 993 +41 Branches 0 270 +270 =========================================== - Hits 698 598 -100 - Misses 254 265 +11 - Partials 0 130 +130 ``` | [Impacted Files](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs) | Coverage Δ | | |---|---|---| | [src/clean.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2NsZWFuLnRz) | `0.00% <0.00%> (ø)` | | | [src/conf/config.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2NvbmYvY29uZmlnLnRz) | `83.33% <ø> (ø)` | | | [src/index.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2luZGV4LnRz) | `50.00% <ø> (ø)` | | | [src/lib/compat.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2xpYi9jb21wYXQudHM=) | `100.00% <ø> (ø)` | | | [src/bridge/child.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2JyaWRnZS9jaGlsZC50cw==) | `38.63% <38.63%> (ø)` | | | [src/drivers/receive/types.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2RyaXZlcnMvcmVjZWl2ZS90eXBlcy50cw==) | `53.96% <50.00%> (ø)` | | | [src/drivers/send/strategies.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2RyaXZlcnMvc2VuZC9zdHJhdGVnaWVzLnRz) | `50.00% <50.00%> (ø)` | | | [src/setup.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL3NldHVwLnRz) | `35.71% <50.00%> (ø)` | | | [src/serialize/function.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL3NlcmlhbGl6ZS9mdW5jdGlvbi50cw==) | `55.68% <55.68%> (ø)` | | | [src/bridge/parent.ts](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs#diff-c3JjL2JyaWRnZS9wYXJlbnQudHM=) | `58.92% <61.53%> (ø)` | | | ... and [30 more](https://codecov.io/gh/krakenjs/post-robot/pull/113?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=krakenjs)

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