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

Clinical-Genomics / trailblazer / 7826863998

08 Feb 2024 08:32AM UTC coverage: 91.25%. First build
7826863998

Pull #390

github

Vince-janv
Fix test
Pull Request #390: fix(type) Re-add the type field for analysis creation

1825 of 2000 relevant lines covered (91.25%)

0.91 hits per line

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

85.71
/trailblazer/clients/slurm_cli_client/slurm_cli_client.py
1
from trailblazer.apps.slurm.api import _get_slurm_queue
1✔
2
from trailblazer.apps.slurm.models import SqueueResult
1✔
3

4

5
class SlurmCLIClient:
1✔
6
    def __init__(self, host: str):
1✔
7
        self.host = host
1✔
8

9
    def get_slurm_queue(self, job_ids: str) -> SqueueResult:
1✔
10
        return _get_slurm_queue(job_ids=job_ids, analysis_host=self.host)
×
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

© 2025 Coveralls, Inc