We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 278a1d0 + 1e34d81 commit 4c8d305Copy full SHA for 4c8d305
.github/workflows/qa.yaml
@@ -0,0 +1,18 @@
1
+# С тестированием OneUnit
2
+name: Контроль качества
3
+
4
+on:
5
+ push:
6
+ pull_request:
7
+ workflow_dispatch:
8
9
+jobs:
10
+ sonar:
11
+ uses: autumn-library/workflows/.github/workflows/sonar.yml@main
12
+ with:
13
+ coveralls: true
14
+ github_repository: oscript-library/ovm
15
+ oscript_version: 'dev'
16
+ test_engine: 'oneunit'
17
+ secrets:
18
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
sonar-project.properties
@@ -14,4 +14,4 @@ sonar.sources=./src
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
-sonar.coverageReportPaths=coverage/genericCoverage.xml
+sonar.coverageReportPaths=out/genericCoverage.xml
0 commit comments