diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-25 12:18:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 12:18:28 -0500 |
commit | 9795d12de2454879f9bfb9180100f3fbada5cfcf (patch) | |
tree | 67f3058fa4c7dc1cd233ea3ec8454734996333f9 | |
parent | 189b2e293a2e7e1caa8cb88a2e961b5843b4adf6 (diff) | |
download | vyos.vyos-9795d12de2454879f9bfb9180100f3fbada5cfcf.tar.gz vyos.vyos-9795d12de2454879f9bfb9180100f3fbada5cfcf.zip |
fix: tidy up
-rw-r--r-- | .github/workflows/codecoverage.yml | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index fc5ac63d..a8a3d658 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -1,28 +1,12 @@ --- name: Code Coverage +# cloned from ansible-network/github_actions/.github/workflows/coverage_network_devices.yml@main +# in order to deal with token issue in codecov 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 }} -# -#name: CodeCoverage -#on: -# workflow_call: -# inputs: -# collection_pre_install: -# required: true -# type: string - jobs: codecoverage: env: |