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

blues / note-arduino / 22822498045 / 1
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 08 Mar 2026 01:56PM UTC
Files 11
Run time 0s
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

08 Mar 2026 01:55PM UTC coverage: 89.764%. Remained the same
22822498045.1

push

github

web-flow
devcontainer: pin compose project name to note-arduino-notestation (#163)

The devcontainer CLI derives the Docker Compose project name from the
directory name of the devcontainer.json file -- in this case 'notestation'.
Every Blues SDK repo uses the same folder name, so running two notestation
devcontainers simultaneously causes a project name collision: Docker Compose
sees the existing project and (with --no-recreate) reuses the wrong
containers and workspace mount.

Fix: use the Compose Specification 'name:' field to hard-code a unique
project name ('note-arduino-notestation') that is independent of the
directory. The devcontainer CLI respects this field and will not override
it with the derived name.

Also drops the deprecated 'version:' key in favour of plain Compose
Specification format.

Requires Docker Compose v2 (the 'docker compose' plugin). Docker Compose
v1 ('docker-compose') does not support the 'name:' field.

114 of 160 branches covered (71.25%)

Branch coverage included in aggregate %.

342 of 348 relevant lines covered (98.28%)

14.85 hits per line

Source Files on job 22822498045.1
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22822498045
  • 39dbf475 on github
  • Prev Job for on master (#22247698208.1)
  • Next Job for on master (#22935307744.1)
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