diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-25 11:46:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-25 11:46:40 -0500 |
commit | db0ba8ae4fb021cd046d05d055287a88d796eed1 (patch) | |
tree | 8d5c39e64484d57ef78abc99620e9093666770f4 | |
parent | d0c73e6bdd3ca3ff9d87c8339b2c5611b694d6dc (diff) | |
download | vyos.vyos-db0ba8ae4fb021cd046d05d055287a88d796eed1.tar.gz vyos.vyos-db0ba8ae4fb021cd046d05d055287a88d796eed1.zip |
Update codecoverage.yml
Attempt to fix code coverage
-rw-r--r-- | .github/workflows/codecoverage.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 }} |