• 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 584 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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 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
  • main
  • 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

08 Apr 2026 09:57PM UTC coverage: 67.847%. Remained the same
24160850361

push

reid-spencer
Fix notify-blog body encoding with proper JSON serialization

Use jq -Rs to safely JSON-encode the multiline release body
instead of shell string interpolation via gh api -f. Fetch
the body from the GitHub releases API (works for both release
events and manual workflow_dispatch). Send as raw JSON via
--input to avoid shell quoting issues with special characters.

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

7375 of 10870 relevant lines covered (67.85%)

0.68 hits per line

Relevant lines Covered
Build:
Build:
10870 RELEVANT LINES 7375 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
24160850361 main Fix notify-blog body encoding with proper JSON serialization Use jq -Rs to safely JSON-encode the multiline release body instead of shell string interpolation via gh api -f. Fetch the body from the GitHub releases API (works for both release even... push 08 Apr 2026 10:01PM UTC reid-spencer
67.85
24160821895 development Fix notify-blog body encoding with proper JSON serialization Use jq -Rs to safely JSON-encode the multiline release body instead of shell string interpolation via gh api -f. Fetch the body from the GitHub releases API (works for both release even... push 08 Apr 2026 10:00PM UTC reid-spencer
67.85
24057952196 development Allow reply statements only in Context, Entity or Repository. push 07 Apr 2026 12:26AM UTC reid-spencer
67.85
24054015469 development Add test for entity Id type in included context files Verify no false warning when Id type is defined in an included file within the containing context (reactive-bbq pattern). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 06 Apr 2026 10:21PM UTC reid-spencer
67.9
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
24047572544 development 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
24045724639 development Add BAST FORMAT_REVISION rule to CLAUDE.md Document that FORMAT_REVISION must be incremented whenever BASTWriter output becomes incompatible with previous BASTReader. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 06 Apr 2026 06:53PM UTC reid-spencer
67.9
24045699270 development 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:52PM 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
24044939401 development Fix entity Id type check for correct scope placement Replace single "no Id type" check with three scope-aware checks: - (a) Id defined inside entity body: warn to move to context - (b) Id not defined at all: warn as before - (c) Id defined at dom... push 06 Apr 2026 06:34PM UTC reid-spencer
67.9
See All Builds (582)
  • 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