• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Clinical-Genomics / cg / 10073930837

24 Jul 2024 09:16AM UTC coverage: 84.365%. First build
10073930837

Pull #3458

github

web-flow
Merge be05a2e51 into 32517f08b
Pull Request #3458: add pacbio run data generator

41 of 43 new or added lines in 6 files covered. (95.35%)

20699 of 24535 relevant lines covered (84.37%)

0.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

71.43
/cg/services/post_processing/validators.py
1
from cg.services.post_processing.exc import PostProcessingRunValidationError
1✔
2

3

4
def validate_name_pre_fix(run_name: str) -> None:
1✔
5
    if not run_name.startswith("r"):
1✔
NEW
6
        raise PostProcessingRunValidationError
×
7

8

9
def validate_has_well_plate(run_name: str, expected_parts: int) -> None:
1✔
10
    if not len(run_name.split("/")) == expected_parts:
1✔
NEW
11
        raise PostProcessingRunValidationError
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc