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.
1 parent c9c6c59 commit 5833f90Copy full SHA for 5833f90
.github/workflows/qa.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Загрузка зависимостей
21
run: opm install coverage && opm install 1testrunner && opm install asserts && opm install 1bdd && opm install gitrunner
22
- name: Получение покрытия кода
23
- run: opm run test
+ run: opm run coverage
24
- name: Установка sonarscanner
25
uses: warchant/setup-sonar-scanner@v1
26
- name: Анализ в SonarQube
0 commit comments