Skip to content

Commit

Permalink
Fix: docs/source/conf excluded.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Oct 6, 2022
1 parent 0a5b26e commit 8cc6f2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ jobs:
- name: Lint with flake8 and pylint
run: |
flake8
find . -name '*.py' -exec pylint {} \;
pylint src test
- name: Test with pytest
run: |
pytest --cov=src --cov=test
pytest
- name: Generate coverage report
if: "matrix.coverage"
run: |
pytest --cov=src --cov=test
python -m coverage xml
- name: Upload coverage to Codecov
if: "matrix.coverage"
Expand Down

0 comments on commit 8cc6f2f

Please sign in to comment.