dcowden / cadquery

CadQuery-- a parametric cad script framework
Other
432 stars 56 forks source link

Misc. typos and whitespace fixes #285

Closed luzpaz closed 6 years ago

luzpaz commented 6 years ago

Found via codespell -q 3

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 92.252% when pulling 5c69b1553f49eba74c0150feae64bae1d6f1aaf5 on luzpaz:misc-typos into 3af828efc155649ad2b8ec7f49b1072699eaaebe on dcowden:master.

AppVeyorBot commented 6 years ago

:white_check_mark: Build cadquery 1.0.59 completed (commit https://github.com/dcowden/cadquery/commit/d4ca864f35 by @luzpaz)

codecov-io commented 6 years ago

Codecov Report

Merging #285 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #285   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files          10       10           
  Lines        2207     2207           
=======================================
  Hits         2048     2048           
  Misses        159      159
Impacted Files Coverage Δ
cadquery/freecad_impl/shapes.py 91.38% <ø> (ø) :arrow_up:
cadquery/freecad_impl/exporters.py 94.26% <ø> (ø) :arrow_up:
cadquery/freecad_impl/console_logging.py 92.3% <ø> (ø) :arrow_up:
cadquery/cqgi.py 87.34% <ø> (ø) :arrow_up:
cadquery/selectors.py 99.09% <ø> (ø) :arrow_up:
cadquery/cq.py 94.27% <ø> (ø) :arrow_up:
cadquery/freecad_impl/geom.py 92.47% <100%> (ø) :arrow_up:

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 3af828e...5c69b15. Read the comment docs.

jmwright commented 6 years ago

Thanks @luzpaz !