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

TTRPG-Dev / ex_ttrpg_dev
95%
main: 87%

Build:
Build:
LAST BUILD BRANCH: qmalcolm--feat-harden-config-error-messages
DEFAULT BRANCH: main
Repo Added 28 Feb 2026 05:22AM UTC
Files 19
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 qmalcolm--create-an-inventory-system
branch: qmalcolm--create-an-inventory-system
CHANGE BRANCH
x
Reset
  • qmalcolm--create-an-inventory-system
  • main
  • qmalcolm--add-claude-md
  • qmalcolm--add-delete-commmands-to-hinting
  • qmalcolm--add-dice-lib-dependency
  • qmalcolm--add-dnd-5e-srd-backgrounds
  • qmalcolm--add-equipment
  • qmalcolm--add-handoff-skill
  • qmalcolm--add-support-for-classes
  • qmalcolm--add-the-rest-of-5e-classes
  • qmalcolm--agpl-relicense
  • qmalcolm--alias-exit-command
  • qmalcolm--armor-class
  • qmalcolm--begin-testing-rust-cli
  • qmalcolm--better-file-structure-for-saved-systems
  • qmalcolm--cli-nice-to-haves
  • qmalcolm--cli-qol-improvements
  • qmalcolm--code-scene-pre-commit-hook
  • qmalcolm--concept-display-templates
  • qmalcolm--damage-types-and-resistances
  • qmalcolm--devex-and-ci-improvements
  • qmalcolm--dnd-5e-srd-skill-rolls
  • qmalcolm--dnd-5e-srd-spell-definitions
  • qmalcolm--docs-library-boundary-rule
  • qmalcolm--docs-structural-vocabulary-audit
  • qmalcolm--feat-asi-progression
  • qmalcolm--feat-build-show-detail
  • qmalcolm--feat-characters-build
  • qmalcolm--feat-harden-config-error-messages
  • qmalcolm--feat-integration-tests
  • qmalcolm--feat-level-up-award
  • qmalcolm--feat-load-time-validation-warnings
  • qmalcolm--feat-random-resolve
  • qmalcolm--feat-spell-preparation
  • qmalcolm--fix-cli-packaging
  • qmalcolm--fix-gen-pending-choices
  • qmalcolm--fix-spell-choice-level-cap
  • qmalcolm--improve-cli-testing-coverage
  • qmalcolm--initiative-and-passive-perception
  • qmalcolm--library-boundary-docs
  • qmalcolm--multi-level-hp
  • qmalcolm--proficiencies-proficienciesproficiencies
  • qmalcolm--races-dnd-5e-srd
  • qmalcolm--readme-updates
  • qmalcolm--remove-any-non-dnd-5e-srd-content
  • qmalcolm--remove-system-specific-code
  • qmalcolm--rust-devex
  • qmalcolm--spell-availability
  • qmalcolm--spell-choice-level-filter
  • qmalcolm--spell-slots
  • qmalcolm--spellcasting-stat-nodes
  • qmalcolm--support-rolling-a-saving-throw-dnd-5e-srd
  • qmalcolm--switch-cli-to-rust
  • qmalcolm--sync-cargo-version
  • qmalcolm--system-slug-tab-completion
  • qmalcolm--tab-complete-slugs
  • qmalcolm--weapon-attack-roll
  • qmalcolm--xp-and-levels

16 Mar 2026 06:07PM UTC coverage: 95.186% (+0.6%) from 94.633%
f7332e72fd9a51e2a1f02ac8e2a351d73db3685a-PR-69

Pull #69

github

QMalcolm
Split repl.rs into protocol, display, and repl modules

repl.rs had grown to mix three distinct responsibilities: protocol
type definitions, display/formatting functions, and REPL command
dispatch. This triggered a Low Cohesion code health violation.

- protocol.rs — all #[derive(Deserialize)] response types
- display.rs  — all print_* functions
- repl.rs     — REPL loop, command dispatch, prompt helpers

Also introduces ConceptRollArgs and CharacterAwardArgs structs to
bundle string parameters and keep the string-argument ratio within
the code health threshold after the smaller module scope.
Pull Request #69: Add character inventory system

105 of 109 new or added lines in 7 files covered. (96.33%)

435 of 457 relevant lines covered (95.19%)

2027.0 hits per line

Relevant lines Covered
Build:
Build:
457 RELEVANT LINES 435 COVERED LINES
2027.0 HITS PER LINE
Source Files on qmalcolm--create-an-inventory-system
  • Tree
  • List 15
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
f7332e72... qmalcolm--create-an-inventory-system Split repl.rs into protocol, display, and repl modules repl.rs had grown to mix three distinct responsibilities: protocol type definitions, display/formatting functions, and REPL command dispatch. This triggered a Low Cohesion code health violati... Pull #69 16 Mar 2026 06:08PM UTC QMalcolm github
95.19
406fe8ac... qmalcolm--create-an-inventory-system Remove condition field from dnd_5e_srd inventory schema Item durability is not a D&D 5e SRD mechanic. The condition field was added as an illustrative example but has no grounding in the ruleset. The equipped field remains as it reflects an actua... Pull #69 16 Mar 2026 02:07PM UTC QMalcolm github
93.65
See All Builds (208)
  • 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