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

umputun / spot / 28681600797
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: test/download-dir-exclude
DEFAULT BRANCH: master
Ran 03 Jul 2026 08:18PM UTC
Jobs 1
Files 19
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

03 Jul 2026 08:15PM UTC coverage: 84.091% (+0.1%) from 83.972%
28681600797

Pull #352

github

paskal
Fix multiline wait swallowing errors, wire delete exclude through

Previously, a multiline wait command that timed out was reported as
successful when the remote temp-dir cleanup succeeded, because the
teardown defer overwrote the returned error with nil.

Previously, the delete command ignored its documented exclude patterns
and removed files the playbook asked to keep. Recursive delete also
removed exclusions nested deeper than one level, because
isExcludedSubPath only protected the immediate parent directory; it now
protects any ancestor of an excluded path. Remote recursive delete
removes the whole tree, including parent directories of potential
exclusions, when no exclusion pattern actually matched. Glob directory
patterns like dir*/* now protect the matching directories themselves,
and exclusion matching uses forward-slash semantics on all platforms,
so documented patterns work with windows local paths too. Delete with
both sudo and exclude is rejected upfront (for mdelete before any
location is deleted), as sudo deletion runs plain rm which cannot apply
exclusions.
Pull Request #352: Fix multiline wait swallowing errors, wire delete exclude through

52 of 56 new or added lines in 3 files covered. (92.86%)

138 existing lines in 3 files now uncovered.

3145 of 3740 relevant lines covered (84.09%)

58.66 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
84.74
-0.0% pkg/runner/commands.go

Coverage Regressions

Lines Coverage ∆ File
68
79.5
0.26% pkg/executor/remote.go
48
84.74
-0.0% pkg/runner/commands.go
22
81.03
0.0% pkg/executor/local.go
Jobs
ID Job ID Ran Files Coverage
1 28681600797.1 03 Jul 2026 08:18PM UTC 19
84.09
GitHub Action Run
Source Files on build 28681600797
  • Tree
  • List 19
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #352
  • PR Base - master (#24546068743)
  • Delete
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