compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
47 stars 21 forks source link

Run clang-tidy on PR #130

Closed Smit1603 closed 1 year ago

Smit1603 commented 1 year ago

@vgvassilev could you suggest a way to resolve the CMake error, already tried sudo command to install all required libraries yet facing the same issue

codecov[bot] commented 1 year ago

Codecov Report

Merging #130 (dcc24e8) into main (236b49b) will increase coverage by 0.36%. Report is 7 commits behind head on main. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   62.91%   63.27%   +0.36%     
==========================================
  Files          15       16       +1     
  Lines        4061     4112      +51     
==========================================
+ Hits         2555     2602      +47     
- Misses       1506     1510       +4     

see 6 files with indirect coverage changes

see 6 files with indirect coverage changes

Smit1603 commented 1 year ago

@vgvassilev I think now the clang tidy part works properly , We could check it after merging this PR