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

nette / bootstrap
91%

Build:
DEFAULT BRANCH: master
Repo Added 25 Jan 2021 12:33AM UTC
Files 4
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • v3.1
  • v3.1.1
  • v3.1.2
  • v3.1.3
  • v3.1.4
  • v3.2
  • v3.2.0
  • v3.2.1
  • v3.2.2
  • v3.2.3
  • v3.2.4
  • v3.2.5
  • v3.2.6
  • v3.2.7
  • v3.2.8
  • v3.3

05 May 2026 10:55PM UTC coverage: 90.541% (+0.3%) from 90.278%
25406830765

push

github

dg
default parameters (wwwDir, appDir, ...) are now overridable in user configs

Previously, parameters from getDefaultParameters() were injected into the
compiler AFTER all user configs, which silently overrode any redefinition
in common.neon. As a result, e.g. `wwwDir: %rootDir%/www` in a config had
no effect when the entry script lived outside %rootDir%/www (CLI scripts,
MCP servers, scheduled tasks).

Fix: snapshot defaults into $defaultParameters at construction. In
generateContainer(), inject defaults BEFORE user configs (overridable),
then inject array_diff_key($staticParameters, $defaultParameters) AFTER
configs as authoritative explicit overrides.

Bookkeeping: setters (setTempDirectory, setDebugMode) route through
addStaticParameters(), which removes the touched keys from $defaultParameters.
That preserves the rule "what user explicitly set wins over configs" even
when the explicit value coincidentally equals the auto-detected default.

The container cache key includes the explicit set so two configurators
with identical $staticParameters but different "user-touched" keys
compile to distinct containers.

10 of 10 new or added lines in 1 file covered. (100.0%)

12 existing lines in 2 files now uncovered.

134 of 148 relevant lines covered (90.54%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
148 RELEVANT LINES 134 COVERED LINES
0.91 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25406830765 master default parameters (wwwDir, appDir, ...) are now overridable in user configs Previously, parameters from getDefaultParameters() were injected into the compiler AFTER all user configs, which silently overrode any redefinition in common.neon. As a ... push 05 May 2026 10:56PM UTC dg github
90.54
20711206346 master added CLAUDE.md push 05 Jan 2026 09:38AM UTC dg github
90.28
20706350219 master added DI extensions auto-discovery push 05 Jan 2026 05:47AM UTC dg github
83.33
20585980220 master added CLAUDE.md push 30 Dec 2025 12:41AM UTC dg github
89.66
20561688905 master composer: calls Tester with the -C parameter A pragmatic decision - I do not know how to set extension_dir in a cross-platform way push 29 Dec 2025 12:24AM UTC dg github
89.66
20561269248 master composer: calls Tester with the -C parameter A pragmatic decision - I do not know how to set extension_dir in a cross-platform way push 28 Dec 2025 11:49PM UTC dg github
89.66
20543038733 master added CLAUDE.md push 27 Dec 2025 06:55PM UTC dg github
89.66
19677127569 master fixed error when HttpExtension is not present (caused by %baseUrl%) [Closes #75] push 25 Nov 2025 04:43PM UTC dg github
89.66
18953223304 master optimized global function calls push 30 Oct 2025 07:49PM UTC dg github
89.12
18953225947 master support for PHP 8.5 push 30 Oct 2025 07:49PM UTC dg github
89.12
See All Builds (109)
  • Repo on GitHub
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