-
Notifications
You must be signed in to change notification settings - Fork 58
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
Build tweaks #138
Build tweaks #138
Conversation
Add asciidoc to dependencies so man page building is tested on all builds
Avoid meson warning
Looks like a quirk on rawhide. The same code ran fine literally minutes earlier. https://github.com/hdholm/tang/actions/runs/7495297550 |
Yeah, I asked it to re-run and this time it passed. |
coverage doesn't need to be checked on documentation updates either.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #138 +/- ##
=======================================
Coverage 57.60% 57.60%
=======================================
Files 4 4
Lines 552 552
Branches 145 145
=======================================
Hits 318 318
Misses 133 133
Partials 101 101 ☔ View full report in Codecov by Sentry. |
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.
Changes LGTM
Make sure man page build gets tested on all builds by adding asciidoc to dependencies and update meson command to avoid a meson warning.