• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
25406812714 v3.3 made static analysis mandatory push 05 May 2026 10:56PM UTC dg github
91.16
25406812081 v3.2 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
25406589236 v3.3 made static analysis mandatory push 05 May 2026 10:50PM UTC dg github
91.16
25404446562 v3.3 made static analysis mandatory push 05 May 2026 09:55PM UTC dg github
91.1
25404160576 v3.3 made static analysis mandatory push 05 May 2026 09:48PM UTC dg github
91.1
25403724712 v3.3 made static analysis mandatory push 05 May 2026 09:38PM UTC dg github
91.1
25403470018 v3.2.8 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 09:32PM UTC dg github
90.48
25403382146 v3.2 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 09:30PM UTC dg github
90.48
20959461507 v3.2 improved phpDoc push 13 Jan 2026 02:00PM UTC dg github
89.66
See All Builds (106)
  • 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