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

UiPath / uipathcli / 13786392533
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: chore/update-readme
DEFAULT BRANCH: main
Ran 11 Mar 2025 11:00AM 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

11 Mar 2025 10:59AM UTC coverage: 90.225% (+0.1%) from 90.121%
13786392533

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.

399 of 419 new or added lines in 22 files covered. (95.23%)

5 existing lines in 3 files now uncovered.

5372 of 5954 relevant lines covered (90.23%)

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
94.74
utils/network/resettable_reader.go
5
85.32
0.21% executor/http_executor.go
7
91.36
utils/network/http_client.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
Jobs
ID Job ID Ran Files Coverage
1 13786392533.1 11 Mar 2025 11:00AM UTC 107
90.23
GitHub Action Run
Source Files on build 13786392533
  • Tree
  • List 107
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 197b00f4 on github
  • Prev Build on main (#13717877165)
  • Next Build on feature/network-package (#13790794198)
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