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

UiPath / uipathcli / 13765865558
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: chore/update-readme
DEFAULT BRANCH: main
Ran 10 Mar 2025 01:29PM UTC
Jobs 1
Files 107
Run time 20min
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

10 Mar 2025 01:27PM UTC coverage: 90.218% (+0.1%) from 90.121%
13765865558

push

github

thschmitt
Add network package with common http client

Moved common code for handling HTTP requests in a new shared
network package to avoid duplication and ensure that each plugin
handles network requests the same way.

The common HTTP client code takes care of a couple of cross-cutting
concerns needed by all plugins and the main HTTP executor:

- Logs request and response when debug flag is set. Added a new
  resettableReader which preserves the request and response bodies while
  they are being read and forwards them to the debug logger.

- Added retries for all HTTP requests. This also leverages the
  resettableReader to ensure the request body can be replayed.

- The `CommandBuilder` generates now an operation id which is set on every
  request the uipathcli performs. The same operation id is kept for the
  duration of the whole command execution which makes it easier to
  correlate multiple requests performed by a single command.

- The `HttpClient` also sets transport-related settings like certificate
  validation and response header timeout.

- Using the built-in context instead of a custom requestError channel.

369 of 384 new or added lines in 22 files covered. (96.09%)

7 existing lines in 4 files now uncovered.

5340 of 5919 relevant lines covered (90.22%)

1.01 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
91.78
-1.24% auth/identity_client.go
1
85.65
-0.6% plugin/digitizer/digitize_command.go
1
86.05
0.24% plugin/orchestrator/download_command.go
1
85.8
0.54% plugin/studio/package_publish_command.go
2
87.65
-1.96% plugin/orchestrator/upload_command.go
2
96.72
utils/network/http_client.go
2
91.3
utils/network/resettable_reader.go
5
85.32
0.21% executor/http_executor.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.65
-1.96% plugin/orchestrator/upload_command.go
2
66.67
-16.67% log/default_logger.go
2
85.8
0.54% plugin/studio/package_publish_command.go
2
92.31
-2.56% utils/visualization/progress_bar.go
Jobs
ID Job ID Ran Files Coverage
1 13765865558.1 10 Mar 2025 01:29PM UTC 107
90.22
GitHub Action Run
Source Files on build 13765865558
  • Tree
  • List 107
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ff3c086a on github
  • Prev Build on main (#13717877165)
  • Next Build on feature/network-package (#13786392533)
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