Skip to content

Commit

Permalink
drop codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 22, 2024
1 parent 2347efe commit 0f39657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,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
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Export Prometheus metrics from SQL queries
==========================================

|Latest Version| |Build Status| |Coverage Status| |Snap Package| |Docker Pulls|
|Latest Version| |Build Status| |Snap Package| |Docker Pulls|

``query-exporter`` is a Prometheus_ exporter which allows collecting metrics
from database queries, at specified time intervals.
Expand Down Expand Up @@ -603,9 +603,6 @@ A `Helm chart`_ to run the container in Kubernetes is also available.
.. |Build Status| image:: https://github.com/albertodonato/query-exporter/workflows/CI/badge.svg
:alt: Build Status
:target: https://github.com/albertodonato/query-exporter/actions?query=workflow%3ACI
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/albertodonato/query-exporter/main.svg
:alt: Coverage Status
:target: https://codecov.io/gh/albertodonato/query-exporter
.. |Snap Package| image:: https://snapcraft.io/query-exporter/badge.svg
:alt: Snap Package
:target: https://snapcraft.io/query-exporter
Expand Down

0 comments on commit 0f39657

Please sign in to comment.