Skip to content
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

Drop assert in APIClient.parse_links() #25

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Drop assert in APIClient.parse_links() #25

merged 1 commit into from
Jun 24, 2024

Conversation

s-hamann
Copy link
Owner

It is removed from optimized code anyway and only ever triggers if the API behaves differently from what's currently documented.

It is removed from optimized code anyway and only ever triggers if the
API behaves differently from what's currently documented.
@s-hamann s-hamann added the technical debt Non-functional changes that improve code quality or maintainability label Jun 24, 2024
Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.28%. Comparing base (d03073d) to head (a22f040).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   65.33%   65.28%   -0.05%     
==========================================
  Files           1        1              
  Lines         724      723       -1     
==========================================
- Hits          473      472       -1     
  Misses        251      251              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@s-hamann s-hamann merged commit a22f040 into main Jun 24, 2024
9 checks passed
@s-hamann s-hamann deleted the drop-assert branch June 24, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt Non-functional changes that improve code quality or maintainability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant