CodeDredd / pinia-orm

The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
https://pinia-orm.codedredd.de/
MIT License
452 stars 39 forks source link

refactor(pinia-orm): returning type of find is still any #1876

Closed CodeDredd closed 5 months ago

CodeDredd commented 5 months ago

🔗 Linked issue

related #1863

📚 Description

Type was still any for find. Now Repository class is extended correctly by dynamic functions with types.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.76%. Comparing base (5813664) to head (ad1f774).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1876 +/- ## ======================================= Coverage 99.76% 99.76% ======================================= Files 88 88 Lines 6044 6077 +33 Branches 515 515 ======================================= + Hits 6030 6063 +33 Misses 12 12 Partials 2 2 ```

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