Skip to content

Commit

Permalink
Add static analysis & coverage workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 9, 2024
1 parent 054b67b commit 2bc933e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/static-analysis-and-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Static analysis and coverage

on: [push, pull_request]

jobs:
analyze:
uses: przemek83/workflows/.github/workflows/static-analysis-and-coverage-qt.yml@main
secrets: inherit
with:
qt-version: 6.5.*
14 changes: 14 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sonar.projectKey=przemek83_wble
sonar.organization=przemek83

sonar.projectName=wble
sonar.projectVersion=1.0

sonar.sources=src
sonar.tests=tests

sonar.sourceEncoding=UTF-8

sonar.cfamily.threads=4

sonar.coverage.exclusions=src/main.cpp

0 comments on commit 2bc933e

Please sign in to comment.