Skip to content

test: enforce 80% pytest coverage gate across all 6 Python domains (#441)#590

Merged
WilliamBerryiii merged 85 commits into
mainfrom
feat/441-dataviewer-backend-coverage
May 5, 2026
Merged

test: enforce 80% pytest coverage gate across all 6 Python domains (#441)#590
WilliamBerryiii merged 85 commits into
mainfrom
feat/441-dataviewer-backend-coverage

fix(pipeline): enable --cov-fail-under=80 in pyproject addopts

377ddf0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed May 5, 2026 in 2s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found:

API upload

  • ❓  <default>

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 598 in data-management/viewer/backend/tests/test_lerobot_loader.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported more than once Note test

This import of module json is redundant, as it was previously imported
on line 8
.

Check notice on line 668 in data-management/viewer/backend/tests/test_lerobot_loader.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported more than once Note test

This import of module json is redundant, as it was previously imported
on line 8
.

Check notice on line 682 in data-management/viewer/backend/tests/test_lerobot_loader.py

See this annotation in the file changed.

Code scanning / CodeQL

Module is imported more than once Note test

This import of module json is redundant, as it was previously imported
on line 8
.