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

Ask for username and/or password if undefined as env variable #49

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

Closes #48 When building in a docker container and credentials are missing, the build won't be halted, but a warning will be printed that clarifies that credentials haven't been configured.

Also removed "Contents: " string from index.rst since LaTeX created a new page for it after the TOC page. The :caption: option of the toc directive should be sufficient.

codecov-io commented 5 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.25%. The diff coverage is 21.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   21.33%   21.59%   +0.25%     
==========================================
  Files           1        1              
  Lines          75       88      +13     
==========================================
+ Hits           16       19       +3     
- Misses         59       69      +10
Impacted Files Coverage Δ
mlx/coverity.py 21.59% <21.42%> (+0.25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d9a133a...d58682b. Read the comment docs.