Skip to content

Commit 43a85db

Browse files
author
Lionel Untereiner
authored
fix dir
1 parent 4f79bf2 commit 43a85db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

@@ -60,7 +60,7 @@ jobs:
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() }}

0 commit comments

Comments
 (0)