etiennedub / pyk4a

Python 3 wrapper for Azure-Kinect-Sensor-SDK
MIT License
288 stars 81 forks source link

Use clang-format as CPP code formatter/linter #105

Closed shagren closed 3 years ago

shagren commented 3 years ago

Let's add some requirements for CPP code style. If you do not like this(llvm) style we can switch to any of:

(see https://clang.llvm.org/docs/ClangFormat.html)

codecov[bot] commented 3 years ago

Codecov Report

Merging #105 (015e94a) into develop (7d18e35) will decrease coverage by 1.59%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #105      +/-   ##
===========================================
- Coverage    91.55%   89.96%   -1.60%     
===========================================
  Files            5        9       +4     
  Lines          308      568     +260     
===========================================
+ Hits           282      511     +229     
- Misses          26       57      +31     
Impacted Files Coverage Δ
pyk4a/capture.py 73.49% <0.00%> (ø)
pyk4a/playback.py 98.21% <0.00%> (ø)
pyk4a/__init__.py 100.00% <0.00%> (ø)
pyk4a/calibration.py 87.71% <0.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 7d18e35...015e94a. Read the comment docs.