Skip to content

Commit

Permalink
🔨 Code coverage: fix api code generation + cleanup (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Oct 29, 2024
1 parent 2743d7d commit e6f82c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ max-statements=50
min-public-methods=2

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

[EXCEPTIONS]

Expand Down
2 changes: 1 addition & 1 deletion api/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test-ci: _check_venv_active ## runs all tests [DEV]
--cov-report=term-missing \
--cov-report=xml \
--junitxml=junit.xml -o junit_family=legacy \
--cov=api \
--cov=. \
--durations=10 \
--log-date-format="%Y-%m-%d %H:%M:%S" \
--log-format="%(asctime)s %(levelname)s %(message)s" \
Expand Down
132 changes: 0 additions & 132 deletions api/tests/test_individual_openapi_schemas.py

This file was deleted.

0 comments on commit e6f82c9

Please sign in to comment.