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

Clinical-Genomics / cg / 10074239100

24 Jul 2024 09:36AM UTC coverage: 84.368%. First build
10074239100

Pull #3458

github

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

47 of 49 new or added lines in 6 files covered. (95.92%)

20703 of 24539 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_expected_parts(run_name: str, expected_parts: int) -> None:
1✔
10
    if 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