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

accordproject / concerto / 23061611547
98%

Build:
DEFAULT BRANCH: main
Ran 13 Mar 2026 05:00PM UTC
Jobs 3
Files 83
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

13 Mar 2026 04:58PM UTC coverage: 98.226%. Remained the same
23061611547

push

github

web-flow
fix(concerto-core): fix logic error in skipValidationAndResolution guard (#1158)

* Initial plan

* fix(concerto-core): fix logic error in skipValidationAndResolution guard

The condition `!options?.disableMetamodelValidation === false` was
incorrectly evaluating to `true` when `disableMetamodelValidation` is
`true`, causing an error to be thrown in a configuration that should
be allowed. Fixed to `options?.disableMetamodelValidation === false`
to correctly mirror the `disableMetamodelResolution` check.

Signed-off-by: Copilot <copilot@github.com>

Co-authored-by: jamieshorten <842103+jamieshorten@users.noreply.github.com>

* fix(concerto-core): revert unrelated type and package-lock changes

Remove inadvertently staged changes to types/ files and package-lock.json
that were unrelated to the skipValidationAndResolution logic fix.

Signed-off-by: Copilot <copilot@github.com>

Co-authored-by: jamieshorten <842103+jamieshorten@users.noreply.github.com>

* test(concerto-core): add targeted throw tests for skipValidationAndResolution

Add two additional tests covering the case where skipValidationAndResolution
is true and either disableMetamodelResolution or disableMetamodelValidation
is individually set to false (each should throw).

Signed-off-by: Copilot <copilot@github.com>

Co-authored-by: jamieshorten <842103+jamieshorten@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jamieshorten <842103+jamieshorten@users.noreply.github.com>

2209 of 2291 branches covered (96.42%)

Branch coverage included in aggregate %.

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

4049 of 4080 relevant lines covered (99.24%)

155265.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 windows-latest - 23061611547.1 13 Mar 2026 05:02PM UTC 166
98.23
GitHub Action Run
2 ubuntu-latest - 23061611547.2 13 Mar 2026 05:01PM UTC 166
98.23
GitHub Action Run
3 macos-latest - 23061611547.3 13 Mar 2026 05:00PM UTC 166
98.23
GitHub Action Run
Source Files on build 23061611547
  • Tree
  • List 83
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23061611547
  • 0c83bcdc on github
  • Prev Build on main (#23055252673)
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