summaryrefslogtreecommitdiff
path: root/.github/workflows/codecoverage.yml
blob: 458878cdced3988abbdedfeebd8f9e23d5e20e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: Code Coverage

on: # yamllint disable-line rule:truthy
  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
    secrets:
      token: ${{ secrets.CODECOV_TOKEN }}