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

uebelack / babeli / 26362759497
100%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 01:37PM UTC
Jobs 1
Files 37
Run time 1min
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: 100.0%. Remained the same
26362759497

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" }]

32 of 32 new or added lines in 2 files covered. (100.0%)

1182 of 1182 relevant lines covered (100.0%)

50.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26362759497.1 24 May 2026 01:37PM UTC 62
57.35
GitHub Action Run
Source Files on build 26362759497
  • Tree
  • List 37
  • Changed 22
  • Source Changed 1
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26362759497
  • 713cf385 on github
  • Prev Build on main (#26362311946)
  • Next Build on main (#26400499095)
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