From db0ba8ae4fb021cd046d05d055287a88d796eed1 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sat, 25 Jan 2025 11:46:40 -0500 Subject: Update codecoverage.yml Attempt to fix code coverage --- .github/workflows/codecoverage.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/codecoverage.yml') diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 6d8f153a..103345f2 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -12,3 +12,4 @@ jobs: collection_pre_install: >- git+https://github.com/ansible-collections/ansible.utils.git git+https://github.com/ansible-collections/ansible.netcommon.git + token: ${{ secrets.CODECOV_TOKEN }} -- cgit v1.2.3