Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 10, 2025
1 parent 2052a22 commit 066ff00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install codecov
- name: Checkout rules
run: git clone --depth=1 https://github.com/repology/repology-rules.git rules.d
- name: Prepare database
Expand All @@ -77,7 +76,3 @@ jobs:
./repology-dump.py --help
- name: Run unit tests
run: make test
env:
PYTEST_ARGS: --cov-report=xml --cov=repology
- name: Push coverage info
run: codecov
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Repology

[![CI](https://github.com/repology/repology-updater/workflows/CI/badge.svg)](https://github.com/repology/repology-updater/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/repology/repology-updater/branch/master/graph/badge.svg)](https://codecov.io/gh/repology/repology-updater)

Repology is a service which monitors *a lot* of package repositories
and other sources and aggregates data on software package versions,
Expand Down

0 comments on commit 066ff00

Please sign in to comment.