uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.78k stars 285 forks source link

Check in Actions workflow #680

Closed chongxiaoc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #680 (93876bd) into master (11be84b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #680   +/-   ##
=======================================
  Coverage   85.89%   85.89%           
=======================================
  Files          84       84           
  Lines        4956     4956           
  Branches      788      788           
=======================================
  Hits         4257     4257           
  Misses        560      560           
  Partials      139      139           
Impacted Files Coverage Δ
petastorm/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11be84b...93876bd. Read the comment docs.

chongxiaoc commented 3 years ago

@selitvin Check in Actions workflow.

chongxiaoc commented 3 years ago

@selitvin The deploy part check startsWith(github.ref, 'refs/tags/v') doesn't work correctly. github.ref still gives refs/heads/branch even it is a tag. I'm still testing it in actions_deploy branch. Close this PR for now.