Skip to content

Sonarcloud with code coverage #2219

Sonarcloud with code coverage

Sonarcloud with code coverage #2219

Workflow file for this run

name: PR Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
secrets: inherit
with:
python-version: "3.9"
os: "ubuntu-latest"