parent
b7ed0a2dd6
commit
c2af5541ad
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: Code Coverage
|
||||
|
||||
on:
|
||||
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
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
codecov:
|
||||
require_ci_to_pass: true
|
||||
comment: false
|
||||
coverage:
|
||||
status:
|
||||
patch: false
|
||||
project:
|
||||
default:
|
||||
threshold: 0.3%
|
Loading…
Reference in New Issue