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

uebelack / babeli / 26362759497 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 01:37PM UTC
Files 62
Run time 1s
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

24 May 2026 01:37PM UTC coverage: 57.355% (-0.2%) from 57.53%
26362759497.1

push

github

uebelack
✨ feat: add config file support and project documentation

Add support for loading configurations from babeli.config.mjs file, allowing
users to define multiple translation configurations and avoid repetitive CLI
arguments. CLI arguments can override config file values.

New features:
- Load single or multiple configurations from babeli.config.mjs
- CLI args override config file settings for flexibility
- Process multiple translation file sets in a single command
- Fallback to CLI-only mode when no config file exists

Changes:
- Add loadConfig module to load and parse config files
- Update commands.ts to resolve configurations from file or CLI
- Add comprehensive tests for config file integration
- Add MIT LICENSE file
- Add detailed README.md with usage examples, API reference, and architecture

The config file supports both single and array exports:
 export default { file: "translations.json", ... }
 export default [{ file: "t1.json" }, { file: "t2.json" }]

1392 of 2427 relevant lines covered (57.35%)

24.38 hits per line

Source Files on job 26362759497.1
  • Tree
  • List 62
  • Changed 22
  • Source Changed 1
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26362759497
  • 713cf385 on github
  • Prev Job for on main (#26362311946.1)
  • Next Job for on main (#26400499095.1)
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