2023-05-11 10:41:33 +00:00
|
|
|
---
|
2023-05-17 10:57:48 +00:00
|
|
|
name: code_coverage
|
2023-05-11 10:41:33 +00:00
|
|
|
|
2023-08-07 10:49:33 +00:00
|
|
|
on: # yamllint disable-line rule:truthy
|
2023-05-11 10:41:33 +00:00
|
|
|
push:
|
|
|
|
pull_request:
|
|
|
|
branches: [ main ]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
codecoverage:
|
|
|
|
uses: ansible-network/github_actions/.github/workflows/coverage_network_devices.yml@main
|
|
|
|
with:
|
|
|
|
collection_pre_install: >-
|
|
|
|
git+https://github.com/ansible-collections/ansible.utils.git
|
|
|
|
git+https://github.com/ansible-collections/ansible.netcommon.git
|