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

DanielXMoore / Civet / 24313874784
95%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 06:53PM UTC
Jobs 1
Files 42
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

12 Apr 2026 06:51PM UTC coverage: 95.359% (+0.008%) from 95.351%
24313874784

push

github

web-flow
feat: object shorthand optional properties (#1938)

* feat: object shorthand optional properties

`{ y? }` now compiles to `{ ...((y != null) && {y}) }` instead of
`{ y: (y != null) }`, making it mean "maybe put y in the object".

Also adds value form: `{ y?: value }` compiles to
`{ ...(value != null ? {y: value} : {}) }`, with ref support for
complex expressions.

Closes #1883

---------

Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Daniel X Moore <STRd6@users.noreply.github.com>
Co-authored-by: Erik Demaine <edemaine@mit.edu>

4252 of 4636 branches covered (91.72%)

Branch coverage included in aggregate %.

29 of 29 new or added lines in 2 files covered. (100.0%)

20345 of 21158 relevant lines covered (96.16%)

46684.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24313874784.1 12 Apr 2026 06:53PM UTC 42
95.36
GitHub Action Run
Source Files on build 24313874784
  • Tree
  • List 42
  • Changed 14
  • Source Changed 2
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24313874784
  • c26b72bc on github
  • Prev Build on main (#24313246182)
  • Next Build on main (#24313954165)
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