melexis / sphinx-coverity-extension

Sphinx plugin to generate Coverity defects report or table in reStructuredText documentation. Coverity report is then personally styled while data integrity is guaranteed.
GNU General Public License v3.0
5 stars 2 forks source link

Plugin to ask for username and password #48

Closed Letme closed 5 years ago

Letme commented 5 years ago

While now we save coverity username and password in variables in conf.py and usually pipe them through the CI secret variables, we should actually support local building more and if both variables are empty (happens when user does not have .env or does not have enviornment variables set) that you prompt the user at build stage, to type in usename and password. It will break a bit the build printout of Sphinx, but I think this is worth it.