passren / PyDynamoDB

PyDynamoDB is a Python DB API 2.0 (PEP 249) client for Amazon DynamoDB. A SQLAlchemy dialect is offered as well. Superset official database driver.
Other
16 stars 2 forks source link

0.4.2 #11

Closed passren closed 1 year ago

passren commented 1 year ago

Add arithmetic operators support for SELECT statement

codecov[bot] commented 1 year ago

Codecov Report

Base: 89.07% // Head: 89.13% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (dbb80d1) compared to base (7eca5ad). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11 +/- ## ========================================== + Coverage 89.07% 89.13% +0.05% ========================================== Files 19 19 Lines 1483 1491 +8 ========================================== + Hits 1321 1329 +8 Misses 162 162 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `89.13% <100.00%> (+0.05%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/passren/PyDynamoDB/pull/11?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren) | Coverage Δ | | |---|---|---| | [pydynamodb/sql/common.py](https://codecov.io/gh/passren/PyDynamoDB/pull/11/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren#diff-cHlkeW5hbW9kYi9zcWwvY29tbW9uLnB5) | `100.00% <100.00%> (ø)` | | | [pydynamodb/sql/dml\_select.py](https://codecov.io/gh/passren/PyDynamoDB/pull/11/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren#diff-cHlkeW5hbW9kYi9zcWwvZG1sX3NlbGVjdC5weQ==) | `98.87% <100.00%> (+0.09%)` | :arrow_up: | | [pydynamodb/sql/dml\_sql.py](https://codecov.io/gh/passren/PyDynamoDB/pull/11/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren#diff-cHlkeW5hbW9kYi9zcWwvZG1sX3NxbC5weQ==) | `91.17% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peng+Ren)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.