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

pirl-unc / tcrsift / 25521716674
77%

Build:
DEFAULT BRANCH: main
Ran 07 May 2026 09:35PM UTC
Jobs 4
Files 23
Run time 1min
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

07 May 2026 08:58PM UTC coverage: 70.561% (-0.04%) from 70.596%
25521716674

push

github

web-flow
Skip unset sample metadata fields in load_sample (closes #5) (#6)

When a sample sheet doesn't supply antigen / MHC fields, load_sample was
unconditionally assigning sample.<field> to adata.obs, producing
all-None object-dtype columns. Concat across samples kept them, and
anndata.write_h5ad then choked categorizing them ("Can't implicitly
convert non-string objects to strings"), the same shape of failure as
the has_TRA bug fixed in #4.

Skip the assignment when the value is None — downstream readers
already guard with `if col in adata.obs.columns`.

Adds a regression test that loads a sample with no antigen metadata
and round-trips through write_h5ad.

Bumps version to 0.2.8.

4065 of 5761 relevant lines covered (70.56%)

2.82 hits per line

Coverage Regressions

Lines Coverage ∆ File
17
86.3
-0.35% loader.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 25521716674.1 07 May 2026 09:35PM UTC 23
70.55
GitHub Action Run
2 python-3.12 - 25521716674.2 07 May 2026 09:37PM UTC 23
70.55
GitHub Action Run
3 python-3.11 - 25521716674.3 07 May 2026 09:35PM UTC 23
70.55
GitHub Action Run
4 python-3.9 - 25521716674.4 07 May 2026 09:36PM UTC 23
70.52
GitHub Action Run
Source Files on build 25521716674
  • Tree
  • List 23
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25521716674
  • b4886972 on github
  • Prev Build on main (#25520083609)
  • Next Build on main (#25531306553)
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