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 doc for start method. Change logging default #31

Closed margalva closed 11 months ago

margalva commented 11 months ago

Fix doc string for start method Add error if no database set when trying to start ADR service Add more exceptions and fix raise errors in Server class methods. Suppress harmless warning and info messages from Filelock

codecov-commenter commented 11 months ago

Codecov Report

Merging #31 (a601c6e) into main (0ace372) will increase coverage by 0.04%. The diff coverage is 82.35%.

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   76.64%   76.68%   +0.04%     
==========================================
  Files          16       16              
  Lines        4786     4820      +34     
  Branches     1018     1021       +3     
==========================================
+ Hits         3668     3696      +28     
- Misses        782      786       +4     
- Partials      336      338       +2     
Files Changed Coverage Δ
src/ansys/dynamicreporting/core/adr_service.py 80.58% <66.66%> (-1.48%) :arrow_down:
src/ansys/dynamicreporting/core/exceptions.py 93.10% <100.00%> (+4.86%) :arrow_up:
src/ansys/dynamicreporting/core/utils/filelock.py 55.76% <100.00%> (+2.46%) :arrow_up: