NVIDIA / clara-dicom-adapter

DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
https://nvidia.github.io/clara-dicom-adapter/
Apache License 2.0
37 stars 14 forks source link

Disable console log colors #57

Closed mocsharp closed 3 years ago

mocsharp commented 3 years ago

Description

Disable console log colors to avoid printing escape chars.

Status

Ready

Types of changes

codecov-io commented 3 years ago

Codecov Report

Merging #57 (24e05d8) into release/0.8.1 (3f013e3) will increase coverage by 30.05631%. The diff coverage is 83.77094%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           release/0.8.1         #57          +/-   ##
========================================================
+ Coverage       52.01285%   82.06916%   +30.05630%     
========================================================
  Files                 83         137          +54     
  Lines               4670       10903        +6233     
  Branches             509         678         +169     
========================================================
+ Hits                2429        8948        +6519     
+ Misses              2073        1701         -372     
- Partials             168         254          +86     
Impacted Files Coverage Δ
src/API/IJobsRepository.cs 0.00000% <ø> (ø)
src/API/InferenceJob.cs 100.00000% <ø> (ø)
src/API/InstanceStorageInfo.cs 65.55556% <ø> (-4.05228%) :arrow_down:
src/API/Rest/HealthStatusResponse.cs 0.00000% <0.00000%> (ø)
src/API/Rest/InferenceRequestException.cs 25.00000% <ø> (+25.00000%) :arrow_up:
src/API/Test/InstanceStorageInfoTest.cs 100.00000% <ø> (ø)
src/Common/ExtensionMethods.cs 100.00000% <ø> (+31.42856%) :arrow_up:
src/Common/FileSystemExtensions.cs 100.00000% <ø> (+48.48485%) :arrow_up:
src/Common/LogginDataDictionary.cs 0.00000% <0.00000%> (ø)
src/Configuration/DicomAdapterConfiguration.cs 100.00000% <ø> (+26.66666%) :arrow_up:
... and 219 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 dfef1d1...24e05d8. Read the comment docs.