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 d32b7a8 commit 3dd4f29
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 @@ -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
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 3dd4f29

Please sign in to comment.