dazza-codes / aio-aws

Asyncio utils for AWS Services
Apache License 2.0
3 stars 1 forks source link

Revise jobs-db find-by-status #48

Closed dazza-codes closed 3 years ago

dazza-codes commented 3 years ago

travis-ci is not running for some reason, but tests pass OK

---------- coverage: platform linux, python 3.7.10-final-0 -----------
Name                          Stmts   Miss  Cover
-------------------------------------------------
aio_aws/__init__.py               2      0   100%
aio_aws/aio_aws_batch.py        389    109    72%
aio_aws/aio_aws_batch_db.py     349     70    80%
aio_aws/aio_aws_config.py        90      7    92%
aio_aws/aio_aws_lambda.py       194     86    56%
aio_aws/aio_aws_s3.py           228    123    46%
aio_aws/async_executor.py       152     64    58%
aio_aws/async_main.py            13     13     0%
aio_aws/aws_batch_db.py         105     22    79%
aio_aws/aws_batch_models.py     127      8    94%
aio_aws/logger.py                19      0   100%
aio_aws/s3_aio.py               233     22    91%
aio_aws/s3_io.py                178     16    91%
aio_aws/s3_uri.py               181     27    85%
aio_aws/utils.py                 23      6    74%
aio_aws/uuid_utils.py            29      0   100%
aio_aws/version.py                3      0   100%
-------------------------------------------------
TOTAL                          2315    573    75%