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

ossuminc / riddl
68%

Build:
DEFAULT BRANCH: main
Repo Added 07 Dec 2023 02:32PM UTC
Token qjvJ1uyDTwawwKH1ZVOznNlSUCE9ykgu7 regen
Build 582 Last
Files 113
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
Sync Branches
  • main
  • 304-get-code-coverage--80
  • 443-minimize-suppresswarnings
  • 461-parallel-include
  • 486-Riddl-Parses-Empty-Braces
  • 495-graph+table
  • 498-goto
  • 499-send-message
  • 504-allow-comments-between-definitions-as-well
  • 505-focus-on-url
  • 506-author-guide
  • 507-application-output-kinds
  • 520-implement-lessons-learned-from-jdl
  • 521-simplify-ast
  • 521-simplify-options
  • 521-use-withs
  • 523-replica-should-be-a-type
  • 527-implement-processor-relationships
  • 530-focus-statement
  • 538-retain-order-of-occurrence-for-definition-content
  • 549-allow-shown-by-clause-on-application-groups
  • 551-complete-mermaid-diagrams-module
  • 554-multiply-included-files-should-not-be-supported-in-the-same-definition
  • 562-revise-navigation-column-in-hugo-output
  • 579-arbitrary-order-of-definition-components
  • 580-comments-should-be-allowed-in-some-places-they-currently-arent
  • 584-handler-codependency-bug
  • 588-false-warning-author-reference-for-vital-definitions
  • 592-reference-not-validated
  • 594-projector-capabilities
  • 598-feature-provide-better-statements-for-repositories
  • 606-support-programming-language-code-integration-statement
  • 608-create-pass-to-use-ai-to-generate-behavior-code
  • 609-feature-allow-scala-like-message-definitions
  • 614-find-plugins-from-ivy-path
  • 615-make-options-grammarless
  • 619-clean-up-hugo-pass
  • 628-get-each-module-90-coverage
  • 631-get-coverage--90
  • 675-feature-export-keywords-readability-punctuation-as-seqstrings
  • 677-defect-noansimessages-has-no-effect-programmatically-is-not-recognized-in-command-line
  • 680-feature-return-character-range-for-error-in-messages
  • 694-feature-add-toplevelparser-method-for-returning-token-stream
  • 81-add-scaladoc-comments-to-all-code-in-language--passes
  • OSS-104-Return-Files-After-Parse
  • OSS-118-application-to-adaptor
  • OSS-47-editing-features
  • OSS-53-JSON-Attachments
  • OSS-54-Nebula-Parser
  • OSS-55-Fragment-Traversal
  • OSS-62-testkit
  • OSS-89-use-oslib
  • OTOT20_keyword_highlighting
  • OTOT20_ver2.2
  • add-stream-diagram
  • build-upgrades
  • consistent-output
  • development
  • doc-updates
  • eliminate-PlatformContext-overrides
  • feature/scala-bug
  • finish-stats-command
  • fix-builds
  • fix-contained-group-references
  • fix-display-length-of-stats-columns
  • fix-docs
  • fix-group-by-kind-option
  • fix-lack-of-non-error-messages
  • github-packager
  • hugo-output-formatting
  • merge-hugo-back-in
  • meta-and-reduce-lazy-vals
  • mima
  • modules
  • ossuminc-conversion
  • parallel-include-choice
  • reactific->ossuminc
  • regularized-syntax
  • reid-spencer-patch-1
  • scala-3.3.3
  • scala-3.4
  • scalaJs-support
  • simplify-descriptions
  • update/airframe-json-24.9.2
  • update/airframe-ulid-24.9.0
  • update/commons-compress-1.27.0
  • update/commons-compress-1.27.1
  • update/commons-io-2.17.0
  • update/commons-io-2.18.0
  • update/commons-lang3-3.16.0
  • update/commons-lang3-3.17.0
  • update/pureconfig-core-0.17.5
  • update/pureconfig-core-0.17.6
  • update/pureconfig-core-0.17.8
  • update/sbt-1.10.2
  • update/sbt-1.9.8
  • update/sbt-1.9.9
  • update/sbt-bloop-1.5.13
  • update/sbt-bloop-1.5.15
  • update/sbt-ossuminc-0.15.0
  • update/sbt-ossuminc-0.16.4
  • update/sbt-ossuminc-0.16.5
  • update/scala-library-2.12.20
  • update/scala3-library-3.4.3
  • update/scala3-library-3.5.0
  • update/scala3-library-3.5.1
  • update/scala3-library-3.5.2
  • update/scalacheck-1.18.1
  • update/scalactic-3.2.18
  • update/scalafmt-core-3.8.0
  • update/scalafmt-core-3.8.3
  • update/scalajs-env-jsdom-nodejs-1.1.0
  • update/scalatest-3.2.18

06 Apr 2026 07:35PM UTC coverage: 67.902%. Remained the same
24047581464

push

reid-spencer
Fix notify-blog to fetch release body from API

The release body is only available via github.event.release.body
when triggered by a release event. On manual workflow_dispatch,
that field is empty. Now fetches the body via gh api for both
trigger types.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

7381 of 10870 relevant lines covered (67.9%)

0.68 hits per line

Relevant lines Covered
Build:
Build:
10870 RELEVANT LINES 7381 COVERED LINES
0.68 HITS PER LINE
Source Files on main
  • Tree
  • List 113
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24047581464 main Fix notify-blog to fetch release body from API The release body is only available via github.event.release.body when triggered by a release event. On manual workflow_dispatch, that field is empty. Now fetches the body via gh api for both trigger ... push 06 Apr 2026 07:38PM UTC reid-spencer
67.9
24045607857 main Bump BAST FORMAT_REVISION to 6 RequireStatement wire format changed (added condition-kind byte) and ReplyStatement is a new subtype (15). Old BAST files are incompatible with this revision. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@a... push 06 Apr 2026 06:50PM UTC reid-spencer
67.9
23989823526 main Fix CommandTest to not hardcode severity values Use Messages.SevereError.severity + 1 instead of literal 6 for the expected exit code, so the test adapts to severity renumbering. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 04 Apr 2026 11:30PM UTC reid-spencer
67.58
23880835266 main Replace peter-evans/repository-dispatch with gh api The peter-evans action was failing with "Bad credentials" since 1.17.0. Using gh api directly with GH_TOKEN env var is simpler and avoids the third-party action dependency. Co-Authored-By: Clau... push 02 Apr 2026 02:34AM UTC reid-spencer
67.29
23823699041 main Fix AnalysisResult for Scala Native cross-compilation Replace java.util.UUID and java.time.Instant with cross-platform alternatives (AtomicLong counter + currentTimeMillis). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 31 Mar 2026 11:12PM UTC reid-spencer
67.29
23763981411 main Remove field overloading warnings from validation Fields are fully scoped by their containing record type, so same-named fields in different records within the same context are never ambiguous. Overloading checks remain for types, states, enumera... push 30 Mar 2026 07:41PM UTC reid-spencer
66.58
23696160895 main Add Finder.findInParents to search ancestor chain for definitions New companion object method searches the contents of each parent in a hierarchy chain for definitions matching a type parameter. Returns matches paired with their parent chain for ... push 28 Mar 2026 10:56PM UTC reid-spencer
66.53
23625505875 main Fix off-by-one in annotateErrorLine at end of input lineRangeOf returned the start of the last line instead of data.length when endOffset was on or past the last line, causing a require assertion failure when formatting errors at the very end of ... push 27 Mar 2026 12:52AM UTC reid-spencer
66.48
23612889253 main Update EBNF zone rule to match fastparse parser Zone now requires minimum 2 characters and uppercase only, matching the CharsWhileIn("A-Z0-9:.+\\-", 2) parser rule. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 26 Mar 2026 07:06PM UTC reid-spencer
66.46
23609437781 main Add validation for predefined type name conflicts Error when a type name exactly matches a built-in type (e.g., type Currency is Decimal(10,2)) since the parser won't handle the redefined name correctly. Style warning when a type name is a case-v... push 26 Mar 2026 05:48PM UTC reid-spencer
66.46
See All Builds (580)
  • Settings
  • 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