sentry
sentry copied to clipboard
chore(api): Publish `OrganizationReleaseDetailsEndpoint`
This PR removes previous JSON documentation for OrganizationReleaseDetailsEndpoint and adds new documentation to publish the endpoint.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.91%. Comparing base (
e084ac6) to head (0e57c70). Report is 279 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #71286 +/- ##
==========================================
+ Coverage 77.86% 77.91% +0.04%
==========================================
Files 6536 6552 +16
Lines 291168 291865 +697
Branches 50382 50467 +85
==========================================
+ Hits 226712 227400 +688
+ Misses 58223 58216 -7
- Partials 6233 6249 +16
| Files | Coverage Δ | |
|---|---|---|
| ...ntry/api/endpoints/organization_release_details.py | 85.16% <100.00%> (+0.98%) |
:arrow_up: |
| src/sentry/api/serializers/models/release.py | 91.66% <100.00%> (+0.03%) |
:arrow_up: |
| ...rc/sentry/api/serializers/release_details_types.py | 100.00% <100.00%> (ø) |
|
| ...c/sentry/api/serializers/rest_framework/release.py | 95.74% <100.00%> (ø) |
|
| src/sentry/api/serializers/types.py | 100.00% <100.00%> (ø) |
|
| ...c/sentry/apidocs/examples/organization_examples.py | 100.00% <100.00%> (ø) |
|
| src/sentry/apidocs/parameters.py | 98.87% <100.00%> (+0.17%) |
:arrow_up: |
It's good to have some eyes from the docs team on this. I'll review the code.