Skip to content

Commit

Permalink
ci: generate coverage
Browse files Browse the repository at this point in the history
We don't do anything with it yet, aside from displaying
the report

Signed-off-by: Yann Dirson <[email protected]>
  • Loading branch information
ydirson committed Jul 6, 2022
1 parent 47d3dee commit 8312bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pathlib mock pytest pyfakefs
pip install pathlib mock pytest pytest-cov pyfakefs
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: pytest
run: |
pytest tests
pytest --cov --cov-report=xml --cov-report=term tests

0 comments on commit 8312bb6

Please sign in to comment.