Closed blessanabraham closed 3 years ago
Merging #1109 (5a6d75f) into master (232de32) will increase coverage by
0.04%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #1109 +/- ##
==========================================
+ Coverage 95.53% 95.58% +0.04%
==========================================
Files 91 91
Lines 2152 2152
Branches 418 418
==========================================
+ Hits 2056 2057 +1
+ Misses 95 94 -1
Partials 1 1
Impacted Files | Coverage Δ | |
---|---|---|
packages/database-typeorm/src/typeorm.ts | 99.52% <ø> (+0.47%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 232de32...fa6053c. Read the comment docs.
@blessanabraham can you uncomment the tests merged in the other pr? From my understanding, they should work with the fix right?
Yes, it's running as I am writing this
Thanks for the fix @blessanabraham!
This fixes the find query in
findUserByServiceId
Fixes: #1108