Skip to content

Commit 066ff00

Browse files
committed
Remove codecov
1 parent 2052a22 commit 066ff00

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
run: |
5151
pip install -r requirements.txt
5252
pip install -r requirements-dev.txt
53-
pip install codecov
5453
- name: Checkout rules
5554
run: git clone --depth=1 https://github.com/repology/repology-rules.git rules.d
5655
- name: Prepare database
@@ -77,7 +76,3 @@ jobs:
7776
./repology-dump.py --help
7877
- name: Run unit tests
7978
run: make test
80-
env:
81-
PYTEST_ARGS: --cov-report=xml --cov=repology
82-
- name: Push coverage info
83-
run: codecov

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Repology
22

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

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

0 commit comments

Comments
 (0)