diff --git a/README.md b/README.md index 10236d0..3f4e470 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Pytest](https://github.com/NOAA-GSL/idss-engine-commons/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/NOAA-GSL/idss-engine-commons/actions/workflows/run-tests.yml) [![Lint with pylint](https://github.com/NOAA-GSL/idss-engine-commons/actions/workflows/linter.yml/badge.svg)](https://github.com/NOAA-GSL/idss-engine-commons/actions/workflows/linter.yml) -Coverage
Coverage Report
FileStmtsMissCoverMissing
idsse/common
   __init__.py00100% 
   aws_utils.py8655 94%
   config.py6955 93%
   json_message.py2411 96%
   log_util.py4133 93%
   path_builder.py1281010 92%
   publish_confirm.py1962121 89%
   rabbitmq_utils.py9888 92%
   utils.py1221010 92%
   validate_schema.py400100% 
idsse/common/sci
   __init__.py00100% 
   geo_image.py2361717 93%
   grid_proj.py9511 99%
   netcdf_io.py480100% 
   utils.py100100% 
   vectaster.py1901717 91%
TOTAL13839893% 
+Coverage
Coverage Report
FileStmtsMissCoverMissing
idsse/common
   __init__.py00100% 
   aws_utils.py8655 94%
   config.py6955 93%
   json_message.py2411 96%
   log_util.py4133 93%
   path_builder.py1281010 92%
   publish_confirm.py1962121 89%
   rabbitmq_utils.py1061515 86%
   utils.py1221010 92%
   validate_schema.py400100% 
idsse/common/sci
   __init__.py00100% 
   geo_image.py2361717 93%
   grid_proj.py9511 99%
   netcdf_io.py480100% 
   utils.py100100% 
   vectaster.py1901717 91%
TOTAL139110592% 
## Overview diff --git a/python/idsse_common/test/coverage.txt b/python/idsse_common/test/coverage.txt index b82df30..9a4c00a 100644 --- a/python/idsse_common/test/coverage.txt +++ b/python/idsse_common/test/coverage.txt @@ -34,7 +34,7 @@ idsse/common/json_message.py 24 1 96% idsse/common/log_util.py 41 3 93% idsse/common/path_builder.py 128 10 92% idsse/common/publish_confirm.py 196 21 89% -idsse/common/rabbitmq_utils.py 98 8 92% +idsse/common/rabbitmq_utils.py 106 15 86% idsse/common/sci/__init__.py 0 0 100% idsse/common/sci/geo_image.py 236 17 93% idsse/common/sci/grid_proj.py 95 1 99% @@ -44,6 +44,6 @@ idsse/common/sci/vectaster.py 190 17 91% idsse/common/utils.py 122 10 92% idsse/common/validate_schema.py 40 0 100% ----------------------------------------------------- -TOTAL 1383 98 93% +TOTAL 1391 105 92% -============================= 223 passed in 6.01s ============================== +============================= 223 passed in 6.23s ============================== diff --git a/python/idsse_common/test/pytest.xml b/python/idsse_common/test/pytest.xml index eefbb59..5716f33 100644 --- a/python/idsse_common/test/pytest.xml +++ b/python/idsse_common/test/pytest.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file