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

TEN-framework / ten-framework / 30341480705
59%

Build:
DEFAULT BRANCH: main
Ran 28 Jul 2026 09:42AM UTC
Jobs 1
Files 833
Run time 2min
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

28 Jul 2026 08:12AM UTC coverage: 58.704% (-0.008%) from 58.712%
30341480705

push

github

web-flow
fix(tman): accept --user-token and --config-file after the subcommand (#2255)

`tman publish -h` lists no options, and `tman publish --user-token <t>`
fails with "unexpected argument '--user-token' found". The option does
exist, but only as a top-level argument, so it is only accepted before
the subcommand name (`tman --user-token <t> publish`) and never appears
in any subcommand's help.

Mark the registry-related options `global` so clap propagates them to
subcommands. `--user-token` and `--config-file` now show up in
`tman publish -h`, and both argument orders work. `--admin-token` gets
the same treatment but stays hidden.

`parse_cmd()` needs no change: clap propagates global values back up to
the top-level ArgMatches it already reads from.

The duplicated command tree in `cmd_completion.rs` is updated in step so
generated shell completions match the real CLI.

Closes #226

8 of 16 new or added lines in 2 files covered. (50.0%)

7 existing lines in 3 files now uncovered.

53356 of 90890 relevant lines covered (58.7%)

758883.7 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
11.11
-0.94% core/src/ten_manager/src/cmd/cmd_completion.rs

Coverage Regressions

Lines Coverage ∆ File
4
56.41
-5.13% core/src/ten_utils/lib/sys/posix/linux/waitable_addr.c
2
86.21
-6.9% core/src/ten_utils/lib/sys/general/time_cache.c
1
11.11
-0.94% core/src/ten_manager/src/cmd/cmd_completion.rs
Jobs
ID Job ID Ran Files Coverage
1 30341480705.1 28 Jul 2026 09:42AM UTC 833
58.7
GitHub Action Run
Source Files on build 30341480705
  • Tree
  • List 833
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30341480705
  • 262076b4 on github
  • Prev Build on 0.11.69 (#30276894094)
  • Next Build on main (#30456504245)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc