teable
teable copied to clipboard
feat: base collaborator
- [x] manage all base shared
- [ ] test migration
- [x] test Invited user role restrictions
- [x] test update collaborator user role restrictions
- [x] test detele collaborator user role restrictions
- [x] All of the above are based on base and space
- [x] when the user is already inside the base and then operates the invitation to enter space, it should be directly upgraded to space collaborator
Pull Request Test Coverage Report for Build 10465283539
Warning: This coverage report may be inaccurate.
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
- For more information on this, see Tracking coverage changes with pull request builds.
- To avoid this issue with future PRs, see these Recommended CI Configurations.
- For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
Details
- 655 of 741 (88.39%) changed or added relevant lines in 13 files are covered.
- 266 unchanged lines in 3 files lost coverage.
- Overall coverage decreased (-0.1%) to 83.017%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| apps/nestjs-backend/src/features/auth/permission.service.ts | 10 | 11 | 90.91% |
| apps/nestjs-backend/src/features/table/table-permission.service.ts | 0 | 1 | 0.0% |
| apps/nestjs-backend/src/features/base/base.controller.ts | 116 | 119 | 97.48% |
| apps/nestjs-backend/src/features/invitation/invitation.service.ts | 230 | 243 | 94.65% |
| apps/nestjs-backend/src/features/base/base.service.ts | 2 | 29 | 6.9% |
| apps/nestjs-backend/src/features/collaborator/collaborator.service.ts | 208 | 249 | 83.53% |
| <!-- | Total: | 655 | 741 |
| Files with Coverage Reduction | New Missed Lines | % |
|---|---|---|
| apps/nestjs-backend/src/features/field/open-api/field-open-api.service.ts | 1 | 63.08% |
| apps/nestjs-backend/src/features/view/view.service.ts | 87 | 77.43% |
| apps/nestjs-backend/src/features/field/field-calculate/field-converting.service.ts | 178 | 80.13% |
| <!-- | Total: | 266 |
| Totals | |
|---|---|
| Change from base Build 10417797275: | -0.1% |
| Covered Lines: | 30551 |
| Relevant Lines: | 36801 |