Skip to content

Commit

Permalink
Merge pull request #24 from arvkevi/kevin/add_coverage
Browse files Browse the repository at this point in the history
Kevin/add coverage
  • Loading branch information
arvkevi authored Nov 27, 2022
2 parents 084c660 + 0afca0e commit fc80332
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,15 @@ jobs:
TOXPYTHON: '${{ matrix.toxpython }}'
run: >
tox -e ${{ matrix.tox_env }} -v
- name: Generate coverage report
run: |
pip install -e .[dev]
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
- name: Codecov
uses: codecov/[email protected]
with:
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella

0 comments on commit fc80332

Please sign in to comment.