From 3dd4f2973297b92d773bad8e4ebb2d286a00141b Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Tue, 23 Jan 2024 00:02:32 +0100 Subject: [PATCH] drop codecov --- .github/workflows/ci.yml | 9 +-------- README.rst | 5 +---- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb346fb..92beb87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,11 +64,4 @@ jobs: - name: Test run: | - tox -e coverage -- --cov-report xml:coverage.xml - - - name: Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - env_vars: PYTHON - full_report: coverage.xml + tox run -e coverage diff --git a/README.rst b/README.rst index 03f4833..998aed8 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Asyncio library for creating Prometheus exporters ================================================= -|Latest Version| |Build Status| |Coverage Status| +|Latest Version| |Build Status| ``prometheus-aioexporter`` is an aysncio-based library to simplify writing Prometheus_ exporters. @@ -169,6 +169,3 @@ run as ``prometheus-aioexporter-sample``). .. |Build Status| image:: https://github.com/albertodonato/prometheus-aioexporter/workflows/CI/badge.svg :alt: Build Status :target: https://github.com/albertodonato/prometheus-aioexporter/actions?query=workflow%3ACI -.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/albertodonato/prometheus-aioexporter/master.svg - :alt: Coverage Status - :target: https://codecov.io/gh/albertodonato/prometheus-aioexporter