Files
codechecker-analysis-action/README.md

984 B

CodeChecker C++ static analysis action

GitHub Action to execute static analysis over C-family projects (C, C++, Objective-C) using the Clang infrastructure and CodeChecker as its driver.

Overview

⚠️ This action has been written with commands that target Ubuntu-based distributions!

Action configuration

Installing versions

| Variable | Default | Description | |--------------|------------------------------------------------------------------| | repository | Ericsson/CodeChecker | The CodeChecker repository to check out and build | | version | master | The branch, tag, or commit SHA in the repository to use. |