Skip to content

Commit

Permalink
cov
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswinder9051998 committed Feb 4, 2022
1 parent 13100cb commit 96d770e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@ jobs:
pip install mkdocs-meta-descriptions-plugin
pip install jupyter_contrib_nbextensions
pip install colorlog
pytest --cov=./ --cov-report=xml
coverage erase
coverage run -m pytest
coverage report -m -i
coverage xml -i
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false

0 comments on commit 96d770e

Please sign in to comment.