pyscience-projects / pyevtk

PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/analysis with packages like Paraview, VisIt, and Mayavi.
Other
63 stars 15 forks source link

Format source with black and add CI to check #33

Closed renefritze closed 2 years ago

renefritze commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (2efbfd9) into master (5cd788d) will not change coverage. The diff coverage is 57.89%.

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   70.50%   70.50%           
=======================================
  Files           6        6           
  Lines         834      834           
=======================================
  Hits          588      588           
  Misses        246      246           
Impacted Files Coverage Δ
pyevtk/evtk.py 97.29% <ø> (ø)
pyevtk/_version.py 41.57% <36.00%> (ø)
pyevtk/__init__.py 100.00% <100.00%> (ø)
pyevtk/hl.py 80.69% <100.00%> (ø)
pyevtk/vtk.py 85.50% <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 5cd788d...2efbfd9. Read the comment docs.