elersong / fireorm24

ORM for Firebase Firestore 🔥 updated for 2024
MIT License
1 stars 0 forks source link

feat(32): support multiple subcollections of the same type #45

Closed elersong closed 1 month ago

elersong commented 1 month ago
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 90.71038% with 17 lines in your changes missing coverage. Please review.

Project coverage is 93.52%. Comparing base (a633339) to head (f39657d). Report is 6 commits behind head on master.

Files Patch % Lines
src/helpers.ts 73.68% 10 Missing :warning:
src/Errors/index.ts 88.46% 3 Missing :warning:
src/Decorators/SubCollection.ts 81.81% 2 Missing :warning:
src/AbstractFirestoreRepository.ts 88.88% 1 Missing :warning:
src/utils.ts 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #45 +/- ## ========================================== - Coverage 94.81% 93.52% -1.30% ========================================== Files 26 27 +1 Lines 656 772 +116 Branches 107 149 +42 ========================================== + Hits 622 722 +100 - Misses 33 49 +16 Partials 1 1 ```

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
20 New issues
0 Accepted issues

Measures
0 Security Hotspots
93.2% Coverage on New Code
0.4% Duplication on New Code

See analysis details on SonarCloud

elersong commented 1 month ago

:tada: This issue has been resolved in version 0.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: