fix(deno): return numbers from sqlite driver #62

Merged
teidesu merged 1 commit from fix-deno-sqlite into master 2024-07-12 17:46:10 +03:00
teidesu commented 2024-07-12 16:19:21 +03:00 (Migrated from github.com)
No description provided.
codecov[bot] commented 2024-07-12 16:21:46 +03:00 (Migrated from github.com)

Codecov Report

Attention: Patch coverage is 1.38889% with 71 lines in your changes missing coverage. Please review.

Project coverage is 56.30%. Comparing base (1b1ad3a) to head (8eb980c).

Files Patch % Lines
packages/deno/src/sqlite/driver.ts 0.00% 71 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   56.35%   56.30%   -0.06%     
==========================================
  Files         674      674              
  Lines       73529    73595      +66     
  Branches     3230     3230              
==========================================
  Hits        41434    41434              
- Misses      32095    32161      +66     

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

## [Codecov](https://app.codecov.io/gh/mtcute/mtcute/pull/62?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) Report Attention: Patch coverage is `1.38889%` with `71 lines` in your changes missing coverage. Please review. > Project coverage is 56.30%. Comparing base [(`1b1ad3a`)](https://app.codecov.io/gh/mtcute/mtcute/commit/1b1ad3a0f767647718f77a1eaed776f7d47b04c1?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) to head [(`8eb980c`)](https://app.codecov.io/gh/mtcute/mtcute/commit/8eb980c689168db233348458c7ac4c24601d91ce?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute). | [Files](https://app.codecov.io/gh/mtcute/mtcute/pull/62?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | Patch % | Lines | |---|---|---| | [packages/deno/src/sqlite/driver.ts](https://app.codecov.io/gh/mtcute/mtcute/pull/62?src=pr&el=tree&filepath=packages%2Fdeno%2Fsrc%2Fsqlite%2Fdriver.ts&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute#diff-cGFja2FnZXMvZGVuby9zcmMvc3FsaXRlL2RyaXZlci50cw==) | 0.00% | [71 Missing :warning: ](https://app.codecov.io/gh/mtcute/mtcute/pull/62?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute) | <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## master #62 +/- ## ========================================== - Coverage 56.35% 56.30% -0.06% ========================================== Files 674 674 Lines 73529 73595 +66 Branches 3230 3230 ========================================== Hits 41434 41434 - Misses 32095 32161 +66 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/mtcute/mtcute/pull/62?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mtcute).
teidesu commented 2024-07-12 16:22:40 +03:00 (Migrated from github.com)

i wonder if we could also export coverage info from deno/bun tests...

i wonder if we could also export coverage info from deno/bun tests...
Sign in to join this conversation.
No description provided.