databrickslabs / tempo

API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
https://pypi.org/project/dbl-tempo
Other
309 stars 53 forks source link

Tox support #318

Closed R7L208 closed 1 year ago

R7L208 commented 1 year ago

Adding support for tox to manage local virtual environments. This will make it easier to run tests against a matrix of python & spark versions locally, standardize venvs across local machines and facilitate CI by using simple tox commands

codecov[bot] commented 1 year ago

Codecov Report

Merging #318 (a4d6629) into master (26fb674) will not change coverage. The diff coverage is n/a.

:exclamation: Current head a4d6629 differs from pull request most recent head 6093075. Consider uploading reports for the commit 6093075 to get more accurate results

@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   85.65%   85.65%           
=======================================
  Files           6        6           
  Lines         767      767           
  Branches      159      159           
=======================================
  Hits          657      657           
  Misses         92       92           
  Partials       18       18           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.