Skip to content

Commit 4c8d305

Browse files
authored
Merge pull request #50 from oscript-library/nixel2007-patch-2
Add QA workflow for OneUnit testing
2 parents 278a1d0 + 1e34d81 commit 4c8d305

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/qa.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ sonar.sources=./src
1414
# Encoding of the source code. Default is default system encoding
1515
sonar.sourceEncoding=UTF-8
1616

17-
sonar.coverageReportPaths=coverage/genericCoverage.xml
17+
sonar.coverageReportPaths=out/genericCoverage.xml

0 commit comments

Comments
 (0)