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

tiagojcperez / maestro-cli / 27373528707
100%

Build:
DEFAULT BRANCH: main
Ran 11 Jun 2026 07:58PM UTC
Jobs 1
Files 69
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

11 Jun 2026 07:55PM UTC coverage: 99.874%. Remained the same
27373528707

push

github

web-flow
ci: stop recurring CI false alarms (Codacy .github scope + flaky timing test) (#10)

Two independent CI-reliability fixes, each of which was making CI-touching
PRs either flake or get blocked by a bot false positive:

1. Codacy: exclude `.github/**` from analysis. Codacy's generic security
   profile kept raising HIGH-RISK FALSE POSITIVES on workflow/CI files — a
   40-char Action commit SHA flagged as a leaked API key (#8), an exact
   pinned dependency version flagged as "dependency confusion" (#9) — each
   blocking the merge via the branch's required-conversation-resolution rule
   with zero true positives. Supply-chain coverage for `.github` is already
   provided by CodeQL, SHA-pinned actions and Dependabot.

2. De-flake `test_callback_slow_does_not_block_parallelism`. task_complete
   callbacks run serially on the main dispatch thread, so the test only
   guards that a slow callback overlaps worker execution rather than
   serializing the pool. With 0.02s tasks the absolute 2x ceiling (~1.4s)
   sat too close to fixed scheduler / per-task file-hash / CI overhead and
   flaked at ~2.06s on a loaded Windows runner. Raising task_duration to
   0.2s lifts the ceiling to ~5s (well clear of that overhead) while still
   catching the >2x-serial blow-up a real parallelism regression would cause.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

23730 of 23760 relevant lines covered (99.87%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27373528707.1 11 Jun 2026 07:58PM UTC 69
99.87
GitHub Action Run
Source Files on build 27373528707
  • Tree
  • List 69
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27373528707
  • b73d417b on github
  • Prev Build on main (#27372796510)
  • 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