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

Set obj_name for ADR items to always be a string #51

Closed margalva closed 9 months ago

margalva commented 10 months ago

Make sure that the name for ADR Items is always a string. If not, weird errors happen down the line

codecov-commenter commented 10 months ago

Codecov Report

Merging #51 (bbe9454) into main (6ddfed9) will increase coverage by 0.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
+ Coverage   76.57%   76.68%   +0.10%     
==========================================
  Files          16       16              
  Lines        4829     4829              
  Branches     1022     1022              
==========================================
+ Hits         3698     3703       +5     
+ Misses        792      789       -3     
+ Partials      339      337       -2     
Files Changed Coverage Δ
src/ansys/dynamicreporting/core/adr_service.py 81.41% <100.00%> (+1.11%) :arrow_up:

... and 1 file with indirect coverage changes