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] update env to avoid exit 1 error #350

Closed R7L208 closed 1 year ago

R7L208 commented 1 year ago

Removing a line that looks for coverage file based on tox env. Coverage runs tests in parallel so added a guid to the end of the env name making it undiscoverable.

After running tox -e to run tests a user can see the coverage report by running tox -e coverage-report.

codecov[bot] commented 1 year ago

Codecov Report

Merging #350 (2ab1811) into master (776218e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #350   +/-   ##
=======================================
  Coverage   87.72%   87.72%           
=======================================
  Files           6        6           
  Lines         872      872           
  Branches      177      177           
=======================================
  Hits          765      765           
  Misses         81       81           
  Partials       26       26