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

accordproject / concerto
98%

Build:
DEFAULT BRANCH: main
Repo Added 04 Oct 2019 02:55PM UTC
Files 83
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • Ahmed-Gaper/i1021/Initialize-linter-with-namingRules
  • Ahmed-Gaper/i1028/configurable-linter
  • Ahmed-Gaper/i1042/new-default-rulesets
  • Ahmed-Gaper/i1050/linter-output-namespace-filter
  • Ahmed-Gaper/i1051/add-reservedKeywords-and-improve-rules
  • Ahmed-Gaper/i1051/stringLength-reservedKeywords-rules
  • Ahmed-Gaper/i994/scalar-validation-fix
  • Ahmed-Gaper/init-default-ruleset-package
  • Ahmed-Gaper/readme-and-tests
  • Ahmed-Gaper/ruleset-publish-failure
  • Ahmed-Gaper/update-linter-parsing
  • ap-publish-3.23.0
  • ap-publish-v2.2.0
  • ap-publish-v3.20.2
  • ap-publish-v3.20.3
  • ap-publish-v3.20.4
  • ap-publish-v3.21.0
  • ap-publish-v3.22.0
  • ap-publish-v3.24.0
  • ap-publish-v3.25.0
  • asmit/1007
  • asmit/845
  • asmit/987
  • asmit/999
  • browser-build
  • chore/sync-v4-main
  • chore/workflow-timeouts
  • copilot/fix-skip-validation-condition
  • dependabot/npm_and_yarn/glob-11.1.0
  • dependabot/npm_and_yarn/js-yaml-3.14.2
  • dependabot/npm_and_yarn/loader-utils-1.4.1
  • dependabot/npm_and_yarn/multi-c22e25d29b
  • dependabot/npm_and_yarn/packages/concertino/ajv-8.18.0
  • dependabot/npm_and_yarn/packages/concertino/js-yaml-4.1.1
  • dependabot/npm_and_yarn/packages/concertino/minimatch-3.1.5
  • dependabot/npm_and_yarn/packages/concertino/multi-69607b08fe
  • dependabot/npm_and_yarn/packages/concertino/rollup-4.59.0
  • dependabot/npm_and_yarn/packages/concertino/vite-7.1.11
  • dependabot/npm_and_yarn/packages/concertino/vite-7.1.5
  • dependabot/npm_and_yarn/packages/concerto-tools/loader-utils-1.4.1
  • dependabot/npm_and_yarn/undici-7.2.3
  • dependabot/npm_and_yarn/undici-7.24.0
  • dependabot/npm_and_yarn/undici-7.5.0
  • dependabot/npm_and_yarn/webpack-5.104.1
  • dibyam/namespace-vocab
  • ds-fix-csharp-gen
  • ds-techdocs-examples
  • ertugrul/fix-syncpack-format
  • feat/add-monetary-js
  • feat/migrate-concerto-core-ts
  • feat/migrate-concerto-util-ts
  • feat/migrate-null-ts
  • fix-typos-1108
  • fix-version-check-v4
  • fix/1067/inheritance-comparison-bug
  • fix/deprecated-template
  • fix/issue-1123-concerto-analysis-readme
  • fix/remove-url-request-logging
  • fix/replace-console-warn-clean
  • fix/replace-console-warn-with-debug
  • fix/test-coverage-modelfile
  • fix/typos-issue-1106
  • fix/typos-issue-1108
  • fix/v4.0.0-remove-logging
  • fix/versioned-namespace-cto
  • fix/windows-build-v4
  • gsoc/#1032
  • gsoc/#1040
  • gsoc/#1058
  • khaledGadelhaQ/issue-1010/fix-default-value-ignoring-constraints
  • khaledGadelhaQ/issue-719/fix-analysis-changes-detection
  • mr-concertino
  • mr-concertino-7-2
  • mr-lint-deps
  • mttrbrts-patch-1
  • patch-1
  • rnema19/i1067/inheritanceIssue
  • sanketshevkar/browser-build-fix
  • sanketshevkar/dcsmanager-update
  • sanketshevkar/perf-config
  • sanketshevkar/test-pr-build-check
  • sanketshevkar/tests-and-fix-aliasing
  • semver-range/linter
  • shubhraj/ci-improvements/action-versions-npm-caching
  • shubhraj/ci-improvements/concurrency-control
  • shubhraj/docs/linter-build-before-test
  • shubhraj/fix/linter-build-dependency
  • testfix
  • v0.82
  • v4.0.0
  • yagnik/improveDecoratorManagerPerf

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

Relevant lines Covered
Build:
Build:
4080 RELEVANT LINES 4049 COVERED LINES
155265.71 HITS PER LINE
Source Files on main
  • Tree
  • List 83
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23061611547 main 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 incorr... push 13 Mar 2026 05:00PM UTC web-flow github
98.23
23055252673 main feat(decorators): support batch DecoratorCommandSet application in one model scan (#1156) * feat(decorators): support batch DecoratorCommandSet application in one model scan Signed-off-by: muhammed-abdulkadir <muhammed.abdulkadir@docusign.com> ... push 13 Mar 2026 02:25PM UTC web-flow github
98.23
23053544337 main Merge a3432a361 into 4b5b5c26b Pull #1156 13 Mar 2026 01:43PM UTC web-flow github
98.23
23052782680 main Merge d252f423c into 4b5b5c26b Pull #1156 13 Mar 2026 01:23PM UTC web-flow github
98.24
23052093422 main Merge d2b3ce911 into 4b5b5c26b Pull #1156 13 Mar 2026 01:05PM UTC web-flow github
98.21
23050529533 main Merge ad5760f26 into 4b5b5c26b Pull #1156 13 Mar 2026 12:21PM UTC web-flow github
98.22
22569730672 main chore(ci): don't publish on build Signed-off-by: mttrbrts <code@rbrts.uk> push 02 Mar 2026 09:32AM UTC mttrbrts github
98.24
22551297009 main feat(concerto-util): add MonetaryUtil support (#1102) Signed-off-by: Aadityavardhan Singh <singhrashmi018@gmail.com> push 01 Mar 2026 07:55PM UTC web-flow github
98.24
22541094195 main fix: correct typographical errors in comments (#1145) fix: correct additional typographical errors in comments (#1108) Signed-off-by: niat-web <psm@nxtwave.in> Co-authored-by: niat-web <psm@nxtwave.in> push 01 Mar 2026 10:07AM UTC web-flow github
98.24
22017554364 main test: Add unit test for unrecognized model element in ModelFile (#1132) Signed-off-by: Harshit Kumar <10harshitkumar@gmail.com> push 14 Feb 2026 12:46PM UTC web-flow github
98.24
See All Builds (1938)
  • 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