mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-12 05:00:33 +02:00
ci: coverage
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
name: Full CI
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
formatter:
|
||||
@@ -7,6 +10,8 @@ jobs:
|
||||
|
||||
unit-test:
|
||||
uses: ./.github/workflows/pytest.yml
|
||||
with:
|
||||
pr_number: ${{ github.event.pull_request.number }}
|
||||
|
||||
unit-test-matrix:
|
||||
uses: ./.github/workflows/pytest-matrix.yml
|
||||
|
||||
Reference in New Issue
Block a user