Skip to content

Codecov

Codecov #410

Workflow file for this run

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