-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore: fix invalid links (DEV-2251) #2699
Conversation
DEV-2251 DSP-DOCS: resolve warnings
When building/serving dsp-docs locally, a lot of warnings appear. For everyday use, it would be practical if they are resolved, so that the real warnings get more attention. 1. DeprecationWarning pkg_resources
→ Upstream issue that is already fixed but awaits a release. See jimporter/mike#148 2.
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2699 +/- ##
===========================================
+ Coverage 17.89% 80.18% +62.28%
===========================================
Files 277 279 +2
Lines 28855 28936 +81
===========================================
+ Hits 5165 23202 +18037
+ Misses 23690 5734 -17956
☔ View full report in Codecov by Sentry. |
Pull Request Checklist
Task Description/Number
Issue Number: DEV-2251
Basic Requirements
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Does this PR change client-test-data?