File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ jobs:
4545
4646 - name : Mypy
4747 run : |
48- poetry run mypy --incremental --no-install-types --show-error-codes --pretty src
48+ poetry run mypy --incremental --no-install-types --show-error-codes --pretty src tests
4949
5050 - name : Tests
5151 run : |
52- poetry run coverage run -m pytest src --cov-config=.coveragerc
52+ poetry run coverage run -m pytest --cov-config=.coveragerc
5353
5454 - name : Tests coverage
5555 run : |
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pre_commit:
2626 poetry run pre-commit run -a
2727
2828test :
29- poetry run pytest src
29+ poetry run pytest
3030
3131test_cov :
3232 poetry run coverage run -m pytest src --cov-config=.coveragerc
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments