ansys / pydynamicreporting

Pyansys project for Ansys Dynamic Reporting, a report generator tool.
https://dynamicreporting.docs.pyansys.com/
MIT License
7 stars 1 forks source link

Fix/check url validity #57

Closed margalva closed 9 months ago

margalva commented 9 months ago

Update a bunch of libraries pushed by pyansys project

Add a check on the validity of url when creating a Server object. Return an error message and set it to None if url is not correctly formatted. See TFS 905881

codecov-commenter commented 9 months ago

Codecov Report

Merging #57 (70905f1) into main (36cdbe9) will decrease coverage by 0.07%. The diff coverage is 33.33%.

@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
- Coverage   76.57%   76.51%   -0.07%     
==========================================
  Files          16       16              
  Lines        4829     4837       +8     
  Branches     1022     1026       +4     
==========================================
+ Hits         3698     3701       +3     
- Misses        792      796       +4     
- Partials      339      340       +1     
Files Coverage Δ
...ynamicreporting/core/utils/report_remote_server.py 54.99% <33.33%> (-0.15%) :arrow_down: