From 9795d12de2454879f9bfb9180100f3fbada5cfcf Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sat, 25 Jan 2025 12:18:28 -0500 Subject: fix: tidy up --- .github/workflows/codecoverage.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to '.github/workflows/codecoverage.yml') 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: -- cgit v1.2.3