Update main.yml

This commit is contained in:
Ibrahim Ali 2019-10-17 12:04:46 -07:00 committed by GitHub
parent af19dcb193
commit 10e590a5de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@ jobs:
steps:
- uses: actions/checkout@master
# - name: Setup Python
# uses: actions/setup-python@master
- name: Setup Python
uses: actions/setup-python@master
# - name: Generate coverage report
# run: |
# pip install pytest
# pip install pytest-cov
# pytest --cov=./ --cov-report=xml
- name: Generate coverage report
run: |
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: ./