dazza-codes / aio-aws

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

Update aiobotocore to 2.x #64

Closed dazza-codes closed 2 years ago

dazza-codes commented 2 years ago
---------- 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        396    110    72%
aio_aws/aio_aws_batch_db.py     497     68    86%
aio_aws/aio_aws_config.py        90      7    92%
aio_aws/aio_aws_lambda.py       194     85    56%
aio_aws/aio_aws_s3.py           228    116    49%
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     161     13    92%
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                 48     10    79%
aio_aws/uuid_utils.py            29      0   100%
aio_aws/version.py                3      0   100%
-------------------------------------------------
TOTAL                          2529    573    77%
Coverage HTML written to dir htmlcov

======= 191 passed, 6 skipped, 23 warnings in 197.99s (0:03:17) ======