Skip to content

Commit a6303b3

Browse files
committed
Merge remote-tracking branch 'upstream/master' into 2024/fix/tracing
2 parents 7ba1da4 + e6f82c9 commit a6303b3

File tree

4 files changed

+3
-135
lines changed

4 files changed

+3
-135
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,7 @@ jobs:
25222522
uses: actions/setup-python@v5
25232523
with:
25242524
python-version: ${{ matrix.python }}
2525-
- uses: actions/setup-node@v4.0.4
2525+
- uses: actions/setup-node@v4.1.0
25262526
with:
25272527
node-version: ${{ matrix.node }}
25282528
cache: "npm"

.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)