CodersCrew / coderscamp

Monorepo containing CodersCamp's internal application, its website, and all development resources created around them.
https://www.coderscamp.edu.pl/
GNU General Public License v3.0
6 stars 3 forks source link

feat(api): change users crud module name to user-profile (#263) #274

Closed MateuszNaKodach closed 3 years ago

MateuszNaKodach commented 3 years ago

Closes #263

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

coderscamp-website – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-website/5H9JZSV9ANRyoh9FHvqShPPPhADs
✅ Preview: In Progress

coderscamp-docs – ./

🔍 Inspect: https://vercel.com/coderscamp/coderscamp-docs/GCdkPLifxhyRXKrkRsGYZfkq1T8L
✅ Preview: https://coderscamp-docs-git-issue-263-publishapplicat-13fb66-coderscamp.vercel.app

codecov-commenter commented 3 years ago

Codecov Report

Merging #274 (104b5fc) into main (0f986d3) will not change coverage. The diff coverage is 87.87%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #274   +/-   ##
=======================================
  Coverage   85.75%   85.75%           
=======================================
  Files          92       92           
  Lines         976      976           
  Branches      144      144           
=======================================
  Hits          837      837           
  Misses        138      138           
  Partials        1        1           
Flag Coverage Δ
api 80.89% <87.87%> (ø)
ui 98.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/api/src/crud/auth/jwt/jwt.utils.ts 100.00% <ø> (ø)
...course-progress/course-progress.rest-controller.ts 63.63% <ø> (ø)
...e/learning-materials-url/application/users.port.ts 100.00% <ø> (ø)
.../api/src/crud/user-profile/user-profile.service.ts 50.00% <50.00%> (ø)
packages/api/src/app.module.ts 100.00% <100.00%> (ø)
...le/handlers/user-registration-completed.handler.ts 75.00% <100.00%> (ø)
...i/src/crud/user-profile/user-profile.controller.ts 80.00% <100.00%> (ø)
...s/api/src/crud/user-profile/user-profile.module.ts 100.00% <100.00%> (ø)
...i/src/crud/user-profile/user-profile.repository.ts 100.00% <100.00%> (ø)
...ng-materials/learning-materials.rest-controller.ts 66.66% <100.00%> (ø)
... and 5 more

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 0f986d3...104b5fc. Read the comment docs.