From 1451452647c81902302a72e3c31fa95a6a8906f0 Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Mon, 4 Nov 2024 19:33:49 +0000 Subject: [PATCH 1/2] Remove codecov image --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 636a777..463b21f 100644 --- a/README.rst +++ b/README.rst @@ -163,8 +163,8 @@ Version 1.0.0rc1 (2021-05-19) Version 0.5.1 (2022-06-29) ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Allow passing the splunk secret itself as an environment variable - ~ provided by chutzimir +- Allow passing the splunk secret itself as an environment variable + ~ provided by chutzimir Version 0.5.0 (2020-06-23) @@ -257,5 +257,3 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. |Build Status| image:: https://github.com/HurricaneLabs/splunksecrets/actions/workflows/tests.yml/badge.svg :target: https://github.com/HurricaneLabs/splunksecrets/actions/workflows/tests.yml -.. |codecov.io| image:: https://codecov.io/gh/HurricaneLabs/splunksecrets/branch/master/graph/badge.svg - :target: https://codecov.io/gh/HurricaneLabs/splunksecrets From ab1a422caf6d2d8b902cefdffa981579bfb554ec Mon Sep 17 00:00:00 2001 From: Matt Anderson Date: Mon, 4 Nov 2024 19:34:44 +0000 Subject: [PATCH 2/2] Dont install codecov --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55f22d7..c474094 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install -U tox tox-gh-actions codecov + python -m pip install -U tox tox-gh-actions - name: Test with tox run: tox