ros2 / sros2

tools to generate and distribute keys for SROS 2
Apache License 2.0
89 stars 45 forks source link

api: reorganize policy generation API #196

Closed kyrofa closed 4 years ago

kyrofa commented 4 years ago

Extract policy generation API from api's __init__.py and move into verb. Nothing else uses it, and the verb includes a lot of related API on its own.

codecov[bot] commented 4 years ago

Codecov Report

Merging #196 into master will decrease coverage by 1.62%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
- Coverage   54.96%   53.34%   -1.63%     
==========================================
  Files          18       18              
  Lines         584      583       -1     
  Branches       52       52              
==========================================
- Hits          321      311      -10     
- Misses        249      258       +9     
  Partials       14       14              
Flag Coverage Δ
#unittests 53.34% <0.00%> (-1.63%) :arrow_down:
Impacted Files Coverage Δ
sros2/sros2/api/__init__.py 50.00% <ø> (-5.00%) :arrow_down:
sros2/sros2/verb/generate_policy.py 0.00% <0.00%> (ø)

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 1984821...af253ed. Read the comment docs.