-
-
Notifications
You must be signed in to change notification settings - Fork 80
Generate docs for all packagable projects and resolved some issues #908
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
Conversation
helto4real
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add some suppression the CI so we do not fail until we documented all stuff. Maybe -nowarn flag could help?
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## dev #908 +/- ##
==========================================
- Coverage 80.85% 79.77% -1.08%
==========================================
Files 174 174
Lines 4361 3407 -954
Branches 437 436 -1
==========================================
- Hits 3526 2718 -808
+ Misses 651 503 -148
- Partials 184 186 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
Coverage dropped because the old way did not merge all the coverage files. It missed |
c18e329 to
75777ff
Compare
helto4real
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good... I really (not) looking forward to the fixes of code xml docs hehe.
Documentation for all projects, fixed #905