Add coverage to the github action.

This commit is contained in:
Ege Emir Özkan
2021-05-08 18:48:57 +03:00
parent 2219968870
commit 8cbcf35976

View File

@@ -27,8 +27,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
python -m pip install --upgrade pip && pip install coverage
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.6.0
env: