File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 50
50
run : |
51
51
pip install -r requirements.txt
52
52
pip install -r requirements-dev.txt
53
- pip install codecov
54
53
- name : Checkout rules
55
54
run : git clone --depth=1 https://github.com/repology/repology-rules.git rules.d
56
55
- name : Prepare database
77
76
./repology-dump.py --help
78
77
- name : Run unit tests
79
78
run : make test
80
- env :
81
- PYTEST_ARGS : --cov-report=xml --cov=repology
82
- - name : Push coverage info
83
- run : codecov
Original file line number Diff line number Diff line change 1
1
# Repology
2
2
3
3
[ ![ 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 )
5
4
6
5
Repology is a service which monitors * a lot* of package repositories
7
6
and other sources and aggregates data on software package versions,
You can’t perform that action at this time.
0 commit comments