Skip to content
20 changes: 20 additions & 0 deletions .github/workflows/coverage_pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Coverage Pages
on:
push:
branches:
- dev
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
coverage_pages:
uses: OpenVoiceOS/gh-automations/.github/workflows/coverage-pages.yml@dev
secrets: inherit
with:
python_version: "3.14"
test_path: "test/unittests/"
coverage_source: "ovoscope"
5 changes: 4 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
- dev
workflow_dispatch:

permissions:
pull-requests: write
contents: read

jobs:
unit_tests:
uses: OpenVoiceOS/gh-automations/.github/workflows/coverage.yml@dev
secrets: inherit
with:
python_version: "3.14"
install_extras: "ovoscope[pydantic]"
test_path: "test/unittests/"
coverage_source: "ovoscope"
Binary file removed test/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file removed test/unittests/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading