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

UiPath / uipathcli / 14747911552
90%
main: 91%

Build:
Build:
LAST BUILD BRANCH: chore/update-readme
DEFAULT BRANCH: main
Ran 30 Apr 2025 06:11AM UTC
Jobs 1
Files 129
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

30 Apr 2025 06:07AM UTC coverage: 90.432% (+0.01%) from 90.419%
14747911552

Pull #187

github

thschmitt
Extend plugin paramters to support default value and allowed values

The core command executor already supports default values and a list
of allowed values for parameters. Extended the plugin parameters
to support these features as well to reduce custom handling in the
plugins themselves.

Changed the plugin command to use builder pattern for more complex
parameter configurations.

Example:

```
*plugin.NewCommand("myplugin").
  WithOperation("get", "Get Data", "Gets data from the API").
  WithParameter(plugin.NewParameter("filter", plugin.ParameterTypeString, "This is a filter").
    WithDefaultValue("all").
    WithAllowedValues([]interface{}{"all", "default", "none"}))
```
Pull Request #187: Extend plugin paramters to support default value and allowed values

99 of 99 new or added lines in 15 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

6323 of 6992 relevant lines covered (90.43%)

1.02 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
83.51
-0.35% utils/api/orchestrator_client.go
Jobs
ID Job ID Ran Files Coverage
1 14747911552.1 30 Apr 2025 06:11AM UTC 129
90.43
GitHub Action Run
Source Files on build 14747911552
  • Tree
  • List 129
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #187
  • PR Base - main (#14621480547)
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

© 2025 Coveralls, Inc