File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ jobs:
2929 with :
3030 flake8 : true
3131 flake8_command_prefix : poetry run
32- flake8_dir : etpproto
32+ flake8_dir : etpclient
3333 mypy : true
3434 mypy_command_prefix : poetry run
35- mypy_args : etpproto
35+ mypy_args : etpclient
3636
3737 # Alternative step that works with forked repo
3838 - name : Run linters (without annotations)
3939 if : github.event.pull_request.head.repo.full_name != github.repository
4040 run : |
4141 poetry run flake8 .
42- poetry run mypy etpproto
42+ poetry run mypy etpclient
4343 - name : Code formatting
4444 run : poetry run black --check .
4545
6060 python-version : ${{ matrix.python-version }}
6161
6262 - name : Run pytest
63- run : poetry run pytest --cov=etpproto --cov-report=xml --junitxml=pytest.xml
63+ run : poetry run pytest --cov=etpclient --cov-report=xml --junitxml=pytest.xml
6464
6565 - name : Upload pytest artifacts
6666 if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments