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

coverallsapp / coverage-reporter / 31850715673
95%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2026 11:34PM UTC
Jobs 1
Files 44
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

14 Aug 2026 11:32PM UTC coverage: 94.383%. Remained the same
31850715673

push

github

web-flow
chore: ignore build artifacts that `git add -A` can pick up (#202)

Three narrow patterns in .gitignore let local artifacts through:

- `/lib/` and `.venv/` are directory-only patterns, so they do not match
  a *symlink* named `lib` or `.venv`. Linking these into a scratch git
  worktree is a normal way to run the suite without a second
  `shards install`, and the links then show up as untracked files.
- `.crystal-cache` was not ignored at all, so pointing
  `CRYSTAL_CACHE_DIR` inside the working tree leaves thousands of
  compiler objects untracked.

Dropping the trailing slashes matches both directories and symlinks, and
the new `.crystal-cache` entry is deliberately unanchored so it applies
at any depth.

This is hygiene only -- no `src/` or spec changes, and it does not affect
the release process, which stages explicit paths rather than `-A`.

Note that this does NOT cover `spec/fixtures/python/.coverage`: that is a
*tracked* binary fixture which the spec suite deletes and regenerates, so
.gitignore cannot help. Tracked separately.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

1025 of 1086 relevant lines covered (94.38%)

2.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31850715673.1 14 Aug 2026 11:34PM UTC 44
94.38
GitHub Action Run
Source Files on build 31850715673
  • Tree
  • List 44
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31850715673
  • 5923feb3 on github
  • Prev Build on master (#31849307767)
  • Next Build on master (#31852076464)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc