Closed JasperCraeghs closed 5 years ago
Merging #46 into master will not change coverage. The diff coverage is
100%
.
@@ 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.
The
mlx.traceability
plugin also has amlx.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 addeddirectives
folder tocoverity_directives
.