removed worfklow

This commit is contained in:
Abubakar Abid 2021-10-13 22:59:33 -05:00
parent 25b619f6cb
commit d05fff530f

View File

@ -1,26 +0,0 @@
name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.9'
steps:
- uses: actions/checkout@master
with:
fetch-depth: 2
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
- name: Generate Report
run: |
pip install .
pip install selenium coverage
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
flags: unittests # optional