Skip to content

Update testing.yml #490

Update testing.yml

Update testing.yml #490

Workflow file for this run

name: Контроль качества
on:
push:
pull_request:
workflow_dispatch:
jobs:
sonar:
uses: autumn-library/workflows/.github/workflows/sonar.yml@coverage
with:
github_repository: autumn-library/autumn
coveralls: true
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}