thematters / matters-server

Implementation of the Matters.Town API server
https://server.matters.town/playground
Apache License 2.0
76 stars 12 forks source link

feat(moment): impl moment api #3980

Closed gary02 closed 1 week ago

gary02 commented 1 month ago

resolve https://github.com/thematters/matters-server/issues/3953

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 83.77088% with 68 lines in your changes missing coverage. Please review.

Project coverage is 59.55%. Comparing base (4ae7c91) to head (88e2f97). Report is 15 commits behind head on develop.

:exclamation: Current head 88e2f97 differs from pull request most recent head 3684be3

Please upload reports for the commit 3684be3 to get more accurate results.

Files Patch % Lines
src/connectors/momentService.ts 82.25% 11 Missing :warning:
src/queries/moment/comments.ts 65.38% 9 Missing :warning:
src/mutations/comment/putComment.ts 72.41% 8 Missing :warning:
db/migrations/20240605142606_alter_report_table.js 62.50% 6 Missing :warning:
src/connectors/userWorkService.ts 84.37% 5 Missing :warning:
src/mutations/moment/likeMoment.ts 80.00% 4 Missing :warning:
src/connectors/systemService.ts 0.00% 3 Missing :warning:
src/common/errors.ts 33.33% 2 Missing :warning:
src/connectors/articleService.ts 0.00% 2 Missing :warning:
src/connectors/collectionService.ts 33.33% 2 Missing :warning:
... and 12 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3980 +/- ## =========================================== + Coverage 58.78% 59.55% +0.77% =========================================== Files 886 903 +17 Lines 17181 17642 +461 Branches 3147 3242 +95 =========================================== + Hits 10099 10506 +407 - Misses 7031 7086 +55 + Partials 51 50 -1 ```

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