arrayfire / arrayfire

ArrayFire: a general purpose GPU library.
https://arrayfire.com
BSD 3-Clause "New" or "Revised" License
4.56k stars 534 forks source link

Add support for measuring code metrics #501

Open umar456 opened 9 years ago

umar456 commented 9 years ago

We need a method of measuring the code quality of ArrayFire. We need to be able to at least be able to measure the test coverage. I would also like to measure the cyclomatic or NPath complexity of our codebase. There are several tools to make this possible:

Gcov: For code coverage OCLint: Static code analysis Cppcheck: Static Analysis Clang Static Analyzer: Static Analysis

umar456 commented 9 years ago

Completed Coveralls integration with #535