Skip to content

Update dependency requests to v2.33.0 [SECURITY] #46

Update dependency requests to v2.33.0 [SECURITY]

Update dependency requests to v2.33.0 [SECURITY] #46

Workflow file for this run

name: Coverage Report
on:
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
coverage:
uses: OpenVoiceOS/gh-automations/.github/workflows/coverage.yml@dev
secrets: inherit
with:
system_deps: 'swig libssl-dev'
test_path: 'test/unittests'
coverage_source: 'ovos_plugin_manager'
install_extras: '.[test]'