[autotest] remove code climate dependency
This commit is contained in:
parent
6bac2b6e34
commit
61ebc3aea6
1 changed files with 0 additions and 5 deletions
5
.github/workflows/autotest.yml
vendored
5
.github/workflows/autotest.yml
vendored
|
@ -30,11 +30,6 @@ jobs:
|
|||
pip install -U coverage pytest pytest-mock freezegun
|
||||
pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true
|
||||
pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
|
||||
- name: Install Code Climate dependency
|
||||
run: |
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
chmod +x ./cc-test-reporter
|
||||
./cc-test-reporter before-build
|
||||
- name: Run tests
|
||||
run: |
|
||||
coverage run --source=. -m pytest tests -v
|
||||
|
|
Loading…
Reference in a new issue