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

RoundingWell / care-ops-frontend / 3662a91e-b725-44ad-8b43-5635114c370d
100%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: fix/idb-blocked-upgrade
DEFAULT BRANCH: develop
Ran 01 May 2026 04:08PM UTC
Jobs 1
Files 223
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

01 May 2026 04:05PM UTC coverage: 100.0%. Remained the same
3662a91e-b725-44ad-8b43-5635114c370d

Pull #1683

circleci

paulfalgout
ci(linear): chain commands with && to surface failures

set -e is suspended on the left side of ||, so the previous
{ cmd1; cmd2; cmd3; } || echo block silently swallowed earlier
command failures: the group exit status came from the trailing
if/last command, not from any failed step in the middle.

Chain commands with && so the first failure short-circuits and the
fallback echo fires. The trailing prod-only complete is encoded as
{ [ stage != prod ] || complete; } so its exit status reflects
whether complete actually ran successfully.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #1683: ci(linear): wire Linear release pipeline to CI

1844 of 1844 branches covered (100.0%)

Branch coverage included in aggregate %.

6054 of 6054 relevant lines covered (100.0%)

270.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3662a91e-b725-44ad-8b43-5635114c370d.1 01 May 2026 04:08PM UTC 223
100.0
Source Files on build 3662a91e-b725-44ad-8b43-5635114c370d
  • Tree
  • List 223
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #3662A91E...
  • Pull Request #1683
  • PR Base - develop (#28AD1CC8...)
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