1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-02 07:20:47 +00:00
conky/sonar-project.properties
Brenden Matthews 6c09affaf7 Add some basic unit tests.
Introduced the Catch2 unit testing framework.
2018-12-24 02:02:01 -05:00

9 lines
266 B
INI

sonar.projectKey=conky
sonar.projectName=Conky
sonar.sources=src
sonar.cfamily.build-wrapper-output=build/bw-output
sonar.cpp.std=c++17
sonar.exclusions=3rdparty/**,tests/**
sonar.cfamily.threads=4
sonar.cfamily.llvm-cov.reportPath=build/test-conky-coverage-txt.txt