Conversation
Signed-off-by: Niklas <nscuro@protonmail.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ -0.01% coverage variation (-1.00%) |
| Diff coverage | ✅ ∅ diff coverage (70.00%) |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (a91ded1) 43038 36244 84.21% Head commit (8a2a916) 43038 (+0) 36241 (-3) 84.21% (-0.01%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#2007) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
TIP This summary will be updated as you push new changes. Give us feedback
There was a problem hiding this comment.
Pull request overview
Removes unused tag definitions from the API v2 OpenAPI specification to keep the spec’s top-level tag list aligned with actual operation tagging.
Changes:
- Removed the
Metricstag fromopenapi.yaml. - Removed the
Teamstag fromopenapi.yaml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Removes unused tags from OpenAPI spec.
Addressed Issue
N/A
Additional Details
N/A
Checklist
This PR fixes a defect, and I have provided tests to verify that the fix is effectiveThis PR implements an enhancement, and I have provided tests to verify that it works as intendedThis PR introduces changes to the database model, and I have updated the migration changelog accordinglyThis PR introduces new or alters existing behavior, and I have updated the documentation accordingly