Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C/C++ Linter Workflow #56

Conversation

franziska-wegner
Copy link
Owner

This PR introduces the C/C++ Linter workflow to our framework by adding a new file .github/workflows/cpp-linter.yml and using the description in [1].

Resources:
[1] https://github.com/cpp-linter/cpp-linter-action

Link:
* https://github.com/cpp-linter/cpp-linter-action

Changes to be committed:
	new file:   .github/workflows/cpp-linter.yml
@franziska-wegner franziska-wegner self-assigned this Dec 28, 2023
@franziska-wegner franziska-wegner added the CI/CD Changes in the CI process label Dec 28, 2023
Copy link

codecov bot commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6a26946) 93.26% compared to head (74fde3a) 93.26%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   93.26%   93.26%           
=======================================
  Files          29       29           
  Lines        2823     2823           
=======================================
  Hits         2633     2633           
  Misses        190      190           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@franziska-wegner franziska-wegner marked this pull request as ready for review December 28, 2023 10:11
@franziska-wegner franziska-wegner merged commit 5a04af4 into main Dec 28, 2023
16 checks passed
@franziska-wegner franziska-wegner deleted the franziska-wegner/2023/december/CI/cpp-linter-workflow-integration branch December 28, 2023 18:45
github-actions bot added a commit that referenced this pull request Dec 28, 2023
* Add C/C++ Linter workflow to the framework
   Link:
      * https://github.com/cpp-linter/cpp-linter-action
* Add C/C++ Linter Badge to the README.md
* Verbosity and Analysis Depth of the File
* Add tidy-check command (default)
* Stop old cpp-lint processes
* Define on as in the other workflows
* Dependent on cmake run workflow
* Test without workflow dependencies
* Add CPP compiler
* Ignore the external library directory for the lint analysis 5a04af4
github-actions bot added a commit that referenced this pull request Dec 28, 2023
* Add C/C++ Linter workflow to the framework
   Link:
      * https://github.com/cpp-linter/cpp-linter-action
* Add C/C++ Linter Badge to the README.md
* Verbosity and Analysis Depth of the File
* Add tidy-check command (default)
* Stop old cpp-lint processes
* Define on as in the other workflows
* Dependent on cmake run workflow
* Test without workflow dependencies
* Add CPP compiler
* Ignore the external library directory for the lint analysis 5a04af4
github-actions bot added a commit that referenced this pull request Dec 28, 2023
* Add C/C++ Linter workflow to the framework
   Link:
      * https://github.com/cpp-linter/cpp-linter-action
* Add C/C++ Linter Badge to the README.md
* Verbosity and Analysis Depth of the File
* Add tidy-check command (default)
* Stop old cpp-lint processes
* Define on as in the other workflows
* Dependent on cmake run workflow
* Test without workflow dependencies
* Add CPP compiler
* Ignore the external library directory for the lint analysis 5a04af4
github-actions bot added a commit that referenced this pull request Dec 28, 2023
* Add C/C++ Linter workflow to the framework
   Link:
      * https://github.com/cpp-linter/cpp-linter-action
* Add C/C++ Linter Badge to the README.md
* Verbosity and Analysis Depth of the File
* Add tidy-check command (default)
* Stop old cpp-lint processes
* Define on as in the other workflows
* Dependent on cmake run workflow
* Test without workflow dependencies
* Add CPP compiler
* Ignore the external library directory for the lint analysis 5a04af4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Changes in the CI process
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant