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

broadinstitute / viral-core
72%
master: 72%

Build:
Build:
LAST BUILD BRANCH: v2.5.22
DEFAULT BRANCH: master
Repo Added 10 Sep 2019 08:19PM UTC
Files 25
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v2.5.22
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • ct-add-fgbio
  • ct-add-ncbi-datasets
  • ct-add-read-filtering-cli-cmd
  • ct-align_and_fix_without_supplementary_alignments
  • ct-barcode-helper-ntc-counting
  • ct-barcode-i5-single-index-bugfix
  • ct-bugfix-idxstats-fns
  • ct-bugfix-minimap2_idxstats
  • ct-bump-baseimage
  • ct-bump-baseimage-0.2.3
  • ct-bump-pysam
  • ct-bump-pytest
  • ct-bump-python-version
  • ct-bump-viral-baseimage-0.2.4
  • ct-gh-actions-jvm-heap-decrease
  • ct-ghactions-update-ubuntu
  • ct-github-actions
  • ct-help-text-correction
  • ct-option-to-include-dup-reads-in-filtering
  • ct-set-default-threads
  • ct-swiftseq-demux-integration
  • ct-update-baseimage
  • ct-update-docker-base
  • ct-update-docker-mem-calc
  • ct-update-testing
  • ct-version-read-fix
  • docs
  • dp-bbnorm
  • dp-conda-fix
  • dp-demux
  • dp-dev
  • dp-docs
  • dp-downsample
  • dp-fasta-handling
  • dp-fastq-performance
  • dp-fix-fastqc
  • dp-fix-mvicuna-error-swallow
  • dp-minimap
  • dp-novaseq-x-detection
  • dp-parser-fixes
  • dp-rmdup
  • dp-splitcode
  • fix-ci-docker-tag-race-condition
  • fix-merge-queue-docker-tags
  • gh-readonly-queue/master/pr-138-0a38daec5fad0e49d61ea47debfe6dc1db170818
  • gh-readonly-queue/master/pr-141-6dccb557c0b87dbb18f0866f0df7640ff8ec61d3
  • gh-readonly-queue/master/pr-146-573681a7bc773b6356ec1ae2954fcfcc270c691b
  • gh-readonly-queue/master/pr-148-798e270f6c9b204eaf2db4a936283e47b3adb2ef
  • gh-readonly-queue/master/pr-151-5e195600862e1e41db04b8c1e3f9524c1dc2805d
  • issue-159-align-and-fix-optimization
  • ll-add_swiftseq_demux
  • master
  • perf-baseline
  • perf-batch-sqlite
  • perf-hybrid
  • perf-hybrid-v2
  • perf-samtools-pipe
  • trim-rmdup-subsamp
  • v2.2.0
  • v2.2.1
  • v2.2.3
  • v2.3.0
  • v2.3.1
  • v2.3.2
  • v2.3.3
  • v2.3.4
  • v2.3.5
  • v2.3.6
  • v2.4.0
  • v2.4.1
  • v2.4.2
  • v2.4.3
  • v2.5.0
  • v2.5.1
  • v2.5.10
  • v2.5.11
  • v2.5.12
  • v2.5.13
  • v2.5.14
  • v2.5.16
  • v2.5.17
  • v2.5.18
  • v2.5.19
  • v2.5.2
  • v2.5.20
  • v2.5.21
  • v2.5.22
  • v2.5.3
  • v2.5.4
  • v2.5.5
  • v2.5.6
  • v2.5.7
  • v2.5.8
  • v2.5.9

12 Jan 2026 11:04PM UTC coverage: 72.028% (+0.2%) from 71.805%
20938129427

push

github

web-flow
Merge pull request #162 from broadinstitute/fix-ci-docker-tag-race-condition

Fix CI race condition when release tag created during build

4872 of 6764 relevant lines covered (72.03%)

0.72 hits per line

Relevant lines Covered
Build:
Build:
6764 RELEVANT LINES 4872 COVERED LINES
0.72 HITS PER LINE
Source Files on master
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20938129427 v2.5.22 Merge pull request #162 from broadinstitute/fix-ci-docker-tag-race-condition Fix CI race condition when release tag created during build push 12 Jan 2026 11:17PM UTC web-flow github
72.03
20938129426 v2.5.22 Merge pull request #162 from broadinstitute/fix-ci-docker-tag-race-condition Fix CI race condition when release tag created during build push 12 Jan 2026 11:16PM UTC web-flow github
71.85
20938110603 master Merge pull request #162 from broadinstitute/fix-ci-docker-tag-race-condition Fix CI race condition when release tag created during build push 12 Jan 2026 11:15PM UTC web-flow github
72.03
20937751859 fix-ci-docker-tag-race-condition Fix CI race condition when release tag created during build Pass Docker tag as job output from build_docker to test_in_docker and test_docs, ensuring downstream jobs pull the exact image that was built rather than recalculating the tag independen... Pull #162 12 Jan 2026 11:02PM UTC dpark01 github
71.86
20937760795 fix-ci-docker-tag-race-condition Merge 461f4b592 into ec375fcae Pull #162 12 Jan 2026 11:02PM UTC web-flow github
71.97
20933450853 v2.5.21 Merge pull request #161 from broadinstitute/trim-rmdup-subsamp Add trim_rmdup_subsamp_reads function push 12 Jan 2026 08:23PM UTC web-flow github
71.8
20933450851 v2.5.21 Merge pull request #161 from broadinstitute/trim-rmdup-subsamp Add trim_rmdup_subsamp_reads function push 12 Jan 2026 08:23PM UTC web-flow github
71.97
20932853990 trim-rmdup-subsamp Add trim_rmdup_subsamp_reads function to read_utils Move trim_rmdup_subsamp_reads from viral-assemble/assembly.py to read_utils.py. - Add threading support to Trimmomatic tool - Convert manual temp file cleanup to context managers - Add command-l... Pull #161 12 Jan 2026 08:01PM UTC dpark01 github
72.03
20932864025 trim-rmdup-subsamp Merge f48219da9 into 589f1a1fe Pull #161 12 Jan 2026 08:01PM UTC web-flow github
72.01
20931749004 master Merge pull request #160 from broadinstitute/issue-159-align-and-fix-optimization Optimize align_and_fix runtime with sambamba and skip_realign option push 12 Jan 2026 07:23PM UTC web-flow github
70.97
See All Builds (418)
  • Repo on GitHub
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