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

More generic exception catching, e.g. Unauthorized is also caught #7

Closed SteinHeselmans closed 6 years ago

SteinHeselmans commented 6 years ago

When user didn't provide his login details and he doesn't want to use the plugin in his documentation build, the previous version stopped as a Exception('Unauthorized') message came. Catching this, just gives a warning and lets the user pass with the remaining of his documents.

codecov-io commented 6 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   17.04%   17.04%           
=======================================
  Files           1        1           
  Lines         176      176           
=======================================
  Hits           30       30           
  Misses        146      146
Impacted Files Coverage Δ
mlx/coverity.py 17.04% <0%> (ø) :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 e25c89c...a2bf254. Read the comment docs.

SteinHeselmans commented 6 years ago

solved in #8