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

Change name of newly added directives folder #46

Closed JasperCraeghs closed 5 years ago

JasperCraeghs commented 5 years ago

The mlx.traceability plugin also has a mlx.directives folder. Since that is a dependency of this plugin, there was a conflict in the namespace. Making the folder name unique fixes the issue. Changed the name of the newly added directives folder to coverity_directives.

codecov-io commented 5 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   21.33%   21.33%           
=======================================
  Files           1        1           
  Lines          75       75           
=======================================
  Hits           16       16           
  Misses         59       59
Impacted Files Coverage Δ
mlx/coverity.py 21.33% <100%> (ø) :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 9b7167a...8ee6138. Read the comment docs.