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

Add reference to traceability items in Comment column #28

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

The tool reports a warning when a traceability_collection exists in the build environment and the item ID could not be found inside it.

Resolves issue #27.

JasperCraeghs commented 5 years ago

I think the text in the cell doesn't actually get modified yet. I need to look into this further.

codecov-io commented 5 years ago

Codecov Report

Merging #28 into master will decrease coverage by 0.51%. The diff coverage is 20.63%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #28      +/-   ##
=========================================
- Coverage   15.32%   14.8%   -0.52%     
=========================================
  Files           1       1              
  Lines         248     304      +56     
=========================================
+ Hits           38      45       +7     
- Misses        210     259      +49
Impacted Files Coverage Δ
mlx/coverity.py 14.8% <20.63%> (-0.52%) :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 3637314...bef1b39. Read the comment docs.

JasperCraeghs commented 5 years ago

Now hyperlinks should be interactive and item IDs as well (if they are found in the traceability collection of the build environment).

Letme commented 5 years ago

Do you want to ad more things or shall we merge this in (WIP)?

JasperCraeghs commented 5 years ago

The pdfdoc in 82100 failed.