Add coverage to the github action.
This commit is contained in:
3
.github/workflows/test_ci.yml
vendored
3
.github/workflows/test_ci.yml
vendored
@@ -27,8 +27,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip && pip install coverage
|
||||||
pip install coverage
|
|
||||||
- name: Test & publish code coverage
|
- name: Test & publish code coverage
|
||||||
uses: paambaati/codeclimate-action@v2.6.0
|
uses: paambaati/codeclimate-action@v2.6.0
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user