Skip to content

Commit e6f82c9

Browse files
authored
πŸ”¨ Code coverage: fix api code generation + cleanup (#6625)
1 parent 2743d7d commit e6f82c9

File tree

3 files changed

+2
-134
lines changed

3 files changed

+2
-134
lines changed

β€Ž.pylintrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ max-statements=50
467467
min-public-methods=2
468468

469469
# Minimum number of public methods for a class (see R0903).
470-
max-positional-arguments=12
470+
max-args=12
471471

472472
[EXCEPTIONS]
473473

β€Žapi/tests/Makefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test-ci: _check_venv_active ## runs all tests [DEV]
3737
--cov-report=term-missing \
3838
--cov-report=xml \
3939
--junitxml=junit.xml -o junit_family=legacy \
40-
--cov=api \
40+
--cov=. \
4141
--durations=10 \
4242
--log-date-format="%Y-%m-%d %H:%M:%S" \
4343
--log-format="%(asctime)s %(levelname)s %(message)s" \

β€Žapi/tests/test_individual_openapi_schemas.pyβ€Ž

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
Β (0)