-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(api): Improve coverage #150
Conversation
PR Description updated to latest commit (8eec8dd) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4608118. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #150 +/- ##
============================================
+ Coverage 62.20% 94.26% +32.05%
============================================
Files 76 83 +7
Lines 1503 1570 +67
Branches 260 257 -3
============================================
+ Hits 935 1480 +545
+ Misses 568 90 -478
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c5ffa45
to
6f9ab9a
Compare
6f9ab9a
to
4608118
Compare
Quality Gate passedIssues Measures |
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Type
enhancement, bug_fix
Description
Changes walkthrough
14 files
api-key.e2e.spec.ts
Update API Endpoint in Api Key E2E Tests
apps/api/src/api-key/api-key.e2e.spec.ts
'/api-key/all'.
api-key.controller.ts
Simplify Api Key Retrieval and Remove Admin Endpoint
apps/api/src/api-key/controller/api-key.controller.ts
'/api-key/all/as-user' to '/api-key/all'.
api-key.service.ts
Remove Admin-specific API Key Retrieval Method
apps/api/src/api-key/service/api-key.service.ts
environment.controller.ts
Comment Out Admin-specific Environment Retrieval Endpoint
apps/api/src/environment/controller/environment.controller.ts
environment.service.ts
Comment Out Admin-specific Environment Retrieval Method
apps/api/src/environment/service/environment.service.ts
restriction.
project.controller.ts
Simplify Project Retrieval and Remove Admin Endpoints
apps/api/src/project/controller/project.controller.ts
project.service.ts
Remove Admin-specific Project Retrieval Methods
apps/api/src/project/service/project.service.ts
secret.controller.ts
Comment Out Admin-specific Secrets Retrieval Endpoint
apps/api/src/secret/controller/secret.controller.ts
secret.service.ts
Comment Out Admin-specific Secrets Retrieval Method
apps/api/src/secret/service/secret.service.ts
restriction.
workspace-role.controller.ts
Comment Out Admin-specific Workspace Roles Retrieval Endpoint
apps/api/src/workspace-role/controller/workspace-role.controller.ts
workspace-role.service.ts
Comment Out Admin-specific Workspace Roles Retrieval Method
apps/api/src/workspace-role/service/workspace-role.service.ts
restriction.
workspace.controller.ts
Simplify Workspace Retrieval and Remove Admin Endpoint
apps/api/src/workspace/controller/workspace.controller.ts
'/workspace/all/as-user' to '/workspace/all'.
workspace.service.ts
Remove Admin-specific Workspace Retrieval Method
apps/api/src/workspace/service/workspace.service.ts
workspace.e2e.spec.ts
Update API Endpoint in Workspace E2E Tests
apps/api/src/workspace/workspace.e2e.spec.ts
'/workspace/all'.