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

Generate data for graph option and update example #24

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

Both display options (:col: and :graph:) option are optional. They use the same filter options and, thus, the same defects. If both display options are not specified, the behaviour of the plugin stays the same, i.e. the default columns are used to generate the defects table.

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will decrease coverage by 1.57%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
- Coverage   16.32%   14.74%   -1.58%     
==========================================
  Files           1        1              
  Lines         196      217      +21     
==========================================
  Hits           32       32              
- Misses        164      185      +21
Impacted Files Coverage Δ
mlx/coverity.py 14.74% <0%> (-1.58%) :arrow_down:

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 9b985b7...7416ca9. Read the comment docs.