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

accordproject / concerto / 33892722895
98%

Build:
DEFAULT BRANCH: main
Ran 04 Sep 2026 04:03PM UTC
Jobs 3
Files 86
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

04 Sep 2026 04:00PM UTC coverage: 97.928%. First build
33892722895

push

github

web-flow
fix(concerto-cto): preserve an empty string default (#1316)

The default value rules guarded with a plain truthiness check. The numeric
and boolean rules return the raw matched text, so that is safe for them, but
StringDefault returns the decoded value, and an empty string is falsy. A
field or scalar declared default="" therefore lost its default at parse
time, and the printer dropped it again for String, DateTime and Object while
the numeric and boolean cases already used explicit undefined checks.

concerto-core already supports falsy defaults: field.ts and
scalardeclaration.ts both guard with !Util.isNull(this.ast.defaultValue), so
feeding the AST directly yields "" correctly. Only the CTO front end lost
it, which also made the model unusable, since the field is then treated as
having no default and validation reports it as missing.

Fixture added covering a String property, a String scalar, default=""
combined with a length range, and a non-empty control; it exercises both the
parser and printer suites.

Signed-off-by: rajanpanth <rajan.pantha@samriddhicollege.edu.np>

2201 of 2294 branches covered (95.95%)

Branch coverage included in aggregate %.

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

4037 of 4076 relevant lines covered (99.04%)

129582.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest - 33892722895.1 04 Sep 2026 04:03PM UTC 172
97.93
GitHub Action Run
2 macos-latest - 33892722895.2 04 Sep 2026 04:04PM UTC 172
97.93
GitHub Action Run
3 windows-latest - 33892722895.3 04 Sep 2026 04:05PM UTC 172
97.93
GitHub Action Run
Source Files on build 33892722895
  • Tree
  • List 86
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33892722895
  • 3046f7d4 on github
  • Prev Build on main (#33892577326)
  • Next Build on main (#34136398512)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc