added coverage workflow

This commit is contained in:
Abubakar Abid 2021-10-13 22:48:35 -05:00
parent 087f38ae1f
commit 25b619f6cb

View File

@ -18,7 +18,7 @@ jobs:
- name: Generate Report
run: |
pip install .
pip install coverage
pip install selenium coverage
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2