davidban77 / gns3fy

Python library wrapper around GNS3 Server REST API
https://davidban77.github.io/gns3fy/
57 stars 28 forks source link

V0.8.0 #101

Closed CrocsCode closed 2 years ago

CrocsCode commented 2 years ago

0.8.0

Changes:

Changed from CircleCI pipeline, to GitHub Actions.
Added Links.update function. https://github.com/davidban77/gns3fy/pull/98
Added attribute and documentation for links.style. https://github.com/davidban77/gns3fy/pull/98
Added delete_links for [issue #79] provide delete_link function. https://github.com/davidban77/gns3fy/pull/91

Fix:

Fixed some formatting typos.
codecov[bot] commented 2 years ago

Codecov Report

Merging #101 (c699272) into master (d8f8737) will increase coverage by 1.43%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master      #101      +/-   ##
===========================================
+ Coverage   98.56%   100.00%   +1.43%     
===========================================
  Files           2         3       +1     
  Lines         695       694       -1     
===========================================
+ Hits          685       694       +9     
+ Misses         10         0      -10     
Impacted Files Coverage Δ
gns3fy/gns3fy.py 100.00% <100.00%> (+1.45%) :arrow_up:
gns3fy/__init__.py 100.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 d8f8737...c699272. Read the comment docs.

Krlosromero commented 2 years ago

LGTM too