Skip to content

Commit

Permalink
Add static analysis and coverage workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Nov 22, 2024
1 parent d975822 commit d7bc911
Show file tree
Hide file tree
Showing 2 changed files with 22 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.*
12 changes: 12 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sonar.projectKey=przemek83_qwtble
sonar.organization=przemek83

sonar.projectName=qwtble
sonar.projectVersion=1.0

sonar.sources=src
sonar.tests=tests

sonar.sourceEncoding=UTF-8

sonar.cfamily.threads=4

0 comments on commit d7bc911

Please sign in to comment.