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

hyperledger-identus / cloud-agent
47%
main: 47%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-deps-86e9ac6f4a
DEFAULT BRANCH: main
Repo Added 13 Jan 2026 01:06PM UTC
Files 479
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

LAST BUILD ON BRANCH it-fix
branch: it-fix
CHANGE BRANCH
x
Reset
  • it-fix
  • FabioPinheiro-patch-1
  • agent/engineer-cloud-agent/cloud-agent-1446-docusaurus-readme
  • agents-md
  • chore/badges
  • ci/client-generator
  • ci/file-hygiene
  • codex/apollo-1.8.7-cloud-agent
  • dependabot/docker/examples/st-oid4vci/demo/docker-demo-deps-47590cfea6
  • dependabot/github_actions/actions-deps-040e1a5e40
  • dependabot/github_actions/actions-deps-07e763572f
  • dependabot/github_actions/actions-deps-3fe0cd6e30
  • dependabot/github_actions/actions-deps-78396b2be8
  • dependabot/github_actions/actions-deps-7c46f99ec0
  • dependabot/github_actions/actions-deps-86e9ac6f4a
  • dependabot/github_actions/actions-deps-c974e643e2
  • dependabot/npm_and_yarn/ajv-8.18.0
  • dependabot/npm_and_yarn/cloud-agent/client/generator/form-data-4.0.6
  • dependabot/npm_and_yarn/cloud-agent/client/generator/npm-prod-deps-7704612800
  • dependabot/npm_and_yarn/fast-uri-3.1.2
  • dependabot/npm_and_yarn/handlebars-4.7.9
  • dependabot/npm_and_yarn/js-yaml-4.2.0
  • dependabot/npm_and_yarn/lodash-4.18.1
  • dependabot/npm_and_yarn/lodash-es-4.18.1
  • dependabot/npm_and_yarn/npm-prod-deps-73e4e6a721
  • dependabot/npm_and_yarn/picomatch-2.3.2
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/babel/core-7.29.6
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/babel/plugin-transform-modules-systemjs-7.29.4
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/brace-expansion-1.1.14
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/fast-uri-3.1.2
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-0c59ef24f6
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-0f0ea7bb29
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-3fb7411cb0
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-8a72c0038b
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/npm-test-deps-8ba0ec4f00
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/picomatch-2.3.2
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/ts-deepmerge-8.0.0
  • dependabot/npm_and_yarn/tests/performance-tests/agent-performance-tests-k6/webpack-5.104.1
  • dependabot/pip/examples/st-oid4vci/demo/cryptography-46.0.5
  • dependabot/pip/examples/st-oid4vci/demo/cryptography-46.0.7
  • dependabot/pip/examples/st-oid4vci/demo/cryptography-48.0.1
  • dependabot/pip/examples/st-oid4vci/demo/pip-demo-deps-351d17a807
  • dependabot/pip/examples/st-oid4vci/demo/pip-demo-deps-564f2dfdbb
  • dependabot/pip/examples/st-oid4vci/demo/pyjwt-2.12.0
  • dependabot/pip/examples/st-oid4vci/demo/urllib3-2.7.0
  • dependabot/pip/examples/st-oid4vci/demo/wheel-0.46.2
  • dependabot/pip/infrastructure/utils/python/github-helpers/pip-2c6491f7af
  • docs/connectionless-present-proof
  • feat/deterministic-prism-did
  • feat/vdr-key
  • fix-multibase-checksum
  • fix/dependabot-typescript-dir
  • fix/docs-glossary-links
  • fix/pinned-dependencies
  • fix/vdr-doc-link
  • main
  • pinned-dependencies
  • release-ci
  • update-oas
  • update/main/dal
  • update/main/sbt
  • update/main/zio
  • vdr-driver-2
  • vdr-driver-3
  • vdr-driver-3-fix

08 Jun 2026 10:24AM UTC coverage: 47.151%. Remained the same
27131400707

Pull #1805

patextreme
fix(tests): pin published snapshot and drop invalid github packages repo

The previous change replaced the GitHub Packages URL with
`https://maven.pkg.github.com/hyperledger-identus/cloud-agent-client/`,
but `cloud-agent-client` is a Maven artifact name, not a GitHub repo —
the actual repository is `hyperledger-identus/cloud-agent`. The Kotlin
client has also been migrated to Sonatype Central snapshots (see
branch 1604-migrate-publishing-of-the-cloud-agent-http-client-in-kotlin-
to-the-new-maven-central-endpoint), so GitHub Packages is no longer the
source for snapshots.

Additionally, the pinned version `2.1.1-0dfbcd7-SNAPSHOT` does not
exist: the short hash `0dfbcd7` does not correspond to any commit in
the repository, and no such snapshot was ever published to Sonatype
Central. The latest published snapshot is `2.1.1-e1e8be1-SNAPSHOT`
(matching commit `e1e8be1e` on main), so we pin to that.

Fixes the `Could not find org.hyperledger.identus:cloud-agent-client:
2.1.1-0dfbcd7-SNAPSHOT` failure in the integration test workflow.

Signed-off-by: Pat Losoponkul <patextreme@hotmail.com>
Pull Request #1805: fix(tests): pin published snapshot and drop invalid github packages repo

8440 of 17900 relevant lines covered (47.15%)

0.47 hits per line

Relevant lines Covered
Build:
Build:
17900 RELEVANT LINES 8440 COVERED LINES
0.47 HITS PER LINE
Source Files on it-fix
  • Tree
  • List 479
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27131400707 it-fix fix(tests): pin published snapshot and drop invalid github packages repo The previous change replaced the GitHub Packages URL with `https://maven.pkg.github.com/hyperledger-identus/cloud-agent-client/`, but `cloud-agent-client` is a Maven artifac... Pull #1805 08 Jun 2026 10:42AM UTC patextreme
47.15
27130091392 it-fix chore: update maven repositories for integration tests Signed-off-by: Pat Losoponkul <patextreme@hotmail.com> Pull #1805 08 Jun 2026 10:17AM UTC patextreme
47.15
See All Builds (256)
  • Repo on GitHub
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