vikinganalytics / mvg

Repository for python library supporting Viking Analytics Multiviz Engine API
Apache License 2.0
4 stars 2 forks source link

Fix versions in requirements, update test suite infra. #217

Closed vnadhan closed 1 year ago

vnadhan commented 1 year ago

Description

Modified dependencies: (Added to requirements.txt)

pandas<=2.0.3
requests<=2.31.0
numpy<=1.24.1
semver<=3.0.1
matplotlib<=3.7.2
tabulate<=0.9.0
pydantic<=1.10.11

Removed dependencies: (Removed from requirements.txt)

typer

Fixes #216

Type of Change

Checklist

Requirements

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.25 :tada:

Comparison is base (eabb01d) 74.00% compared to head (855414d) 75.26%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #217 +/- ## ========================================== + Coverage 74.00% 75.26% +1.25% ========================================== Files 12 12 Lines 954 954 ========================================== + Hits 706 718 +12 + Misses 248 236 -12 ``` | [Impacted Files](https://app.codecov.io/gh/vikinganalytics/mvg/pull/217?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vikinganalytics) | Coverage Δ | | |---|---|---| | [mvg/mvg.py](https://app.codecov.io/gh/vikinganalytics/mvg/pull/217?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vikinganalytics#diff-bXZnL212Zy5weQ==) | `90.80% <100.00%> (+1.67%)` | :arrow_up: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/vikinganalytics/mvg/pull/217/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vikinganalytics)

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