openvinotoolkit / anomalib

An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
https://anomalib.readthedocs.io/en/latest/
Apache License 2.0
3.69k stars 655 forks source link

🚀 Anomalib Pipelines #2060

Closed ashwinvaidya17 closed 4 months ago

ashwinvaidya17 commented 4 months ago

Description

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 74.17840% with 110 lines in your changes are missing coverage. Please review.

Project coverage is 81.04%. Comparing base (613cd86) to head (b0961fe). Report is 1 commits behind head on main.

:exclamation: Current head b0961fe differs from pull request most recent head 3e2f07f

Please upload reports for the commit 3e2f07f to get more accurate results.

Files Patch % Lines
.../anomalib/pipelines/components/runners/parallel.py 28.30% 38 Missing :warning:
src/anomalib/pipelines/benchmark/job.py 75.00% 16 Missing :warning:
src/anomalib/utils/config.py 65.78% 13 Missing :warning:
src/anomalib/data/__init__.py 20.00% 12 Missing :warning:
src/anomalib/cli/pipelines.py 61.90% 8 Missing :warning:
src/anomalib/pipelines/components/base/pipeline.py 83.33% 7 Missing :warning:
...rc/anomalib/pipelines/components/runners/serial.py 75.86% 7 Missing :warning:
src/anomalib/pipelines/benchmark/pipeline.py 80.00% 3 Missing :warning:
src/anomalib/utils/logging.py 91.42% 3 Missing :warning:
src/anomalib/cli/cli.py 75.00% 2 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2060 +/- ## ========================================== - Coverage 81.39% 81.04% -0.35% ========================================== Files 229 248 +19 Lines 10404 10761 +357 ========================================== + Hits 8468 8721 +253 - Misses 1936 2040 +104 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.