Erik-Lamers1 / vnet-manager

Virtual network manager - Manages containers and VMs to create a virtual network setup
MIT License
11 stars 7 forks source link

Test coverage skips the tests themselves #21

Closed Erik-Lamers1 closed 3 years ago

Erik-Lamers1 commented 3 years ago

After this PR the tests themselves will not fall under the test coverage anymore.

codecov-io commented 3 years ago

Codecov Report

Merging #21 (44a901a) into master (0072a5b) will decrease coverage by 0.94%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   96.77%   95.82%   -0.95%     
==========================================
  Files          42       23      -19     
  Lines        3004     1102    -1902     
==========================================
- Hits         2907     1056    -1851     
+ Misses         97       46      -51     
Impacted Files Coverage Δ
vnet_manager/operations/storage.py 80.00% <100.00%> (+53.33%) :arrow_up:
vnet_manager/tests/operations/test_profile.py
vnet_manager/tests/operations/test_machine.py
vnet_manager/tests/test_log.py
...net_manager/tests/utils/logging/test_formatters.py
vnet_manager/tests/__init__.py
vnet_manager/tests/actions/test_help.py
vnet_manager/tests/environment/test_lxc.py
vnet_manager/tests/operations/test_image.py
vnet_manager/tests/actions/test_action_manager.py
... and 13 more

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 0072a5b...44a901a. Read the comment docs.