Skip to content

Commit

Permalink
Add static analysis and coverage reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 12, 2024
1 parent aaae1c1 commit ff56703
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_eible
sonar.organization=przemek83

sonar.projectName=eible
sonar.projectVersion=1.0

sonar.sources=src
sonar.tests=tests

sonar.sourceEncoding=UTF-8

sonar.cfamily.threads=4

0 comments on commit ff56703

Please sign in to comment.