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

eterna2 / kest
92%

Build:
DEFAULT BRANCH: main
Repo Added 04 Apr 2026 02:53PM UTC
Files 55
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 main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • chore-deps-update
  • chore/consolidated-dep-updates-20260411
  • chore/dependabot-consolidation
  • dependabot/cargo/libs/kest-core/python/serde_jcs-0.2.0
  • dependabot/github_actions/actions/checkout-6.0.2
  • dependabot/github_actions/actions/download-artifact-8.0.1
  • dependabot/github_actions/actions/upload-artifact-7.0.1
  • dependabot/github_actions/github/codeql-action-4.35.1
  • dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.0
  • dependabot/npm_and_yarn/website/eslint-10.2.0
  • dependabot/npm_and_yarn/website/eslint-config-next-16.2.3
  • dependabot/npm_and_yarn/website/lucide-react-1.8.0
  • dependabot/npm_and_yarn/website/next-16.2.3
  • dependabot/npm_and_yarn/website/npm-dependencies-cff77d6b44
  • dependabot/npm_and_yarn/website/npm_and_yarn-ad77747e51
  • dependabot/npm_and_yarn/website/react-19.2.5
  • dependabot/npm_and_yarn/website/react-dom-19.2.5
  • dependabot/npm_and_yarn/website/types/node-25.6.0
  • dependabot/npm_and_yarn/website/typescript-6.0.2
  • dependabot/pip/libs/kest-core/python/aioboto3-gte-15.5.0
  • dependabot/pip/libs/kest-core/python/hypothesis-gte-6.151.12
  • dependabot/pip/libs/kest-core/python/moto-gte-5.1.22
  • dependabot/pip/libs/kest-core/python/mypy-gte-1.20.0
  • dependabot/pip/libs/kest-core/python/opentelemetry-api-gte-1.41.0
  • dependabot/pip/libs/kest-core/python/opentelemetry-exporter-otlp-gte-1.41.0
  • dependabot/pip/libs/kest-core/python/opentelemetry-sdk-gte-1.41.0
  • dependabot/pip/libs/kest-core/python/pytest-cov-gte-7.1.0
  • dependabot/pip/libs/kest-core/python/regopy-gte-1.4.0
  • dependabot/pip/libs/kest-core/python/respx-gte-0.23.1
  • dependabot/uv/libs/kest-core/python/uv-340da0885d
  • dependabot/uv/libs/kest-core/python/uv-ced96d1c13
  • docs/website-reorg
  • feat/branding-and-seo
  • feat/python-backend-and-security
  • feat/scorecard-action
  • feat/scratchpad-first-branding
  • fix/metadata-path-resolution
  • fix/rust-v2-benchmarks-and-context
  • fix/website-docs-pipeline
  • perf-optimize-rego-parsing-18130030827570908829
  • perf-rust-gil-free-signing-6120426200825781025
  • perf/bound-signing-thread-pool-3452011445409023685
  • perf/passport-cache-optimization
  • security/openssf-scorecard-hardening
  • spec/v0.3.0-formalization
  • v0.3.0

12 Apr 2026 12:21PM UTC coverage: 91.503%. Remained the same
24306641125

push

github

web-flow
chore(deps): consolidate dependabot PRs and fix test compilation (#55)

* chore(deps): consolidate dependabot PRs and fix rust compilation

* chore(deps): limit requires-python to <3.14 to satisfy uv compilation

2983 of 3260 relevant lines covered (91.5%)

0.92 hits per line

Relevant lines Covered
Build:
Build:
3260 RELEVANT LINES 2983 COVERED LINES
0.92 HITS PER LINE
Source Files on main
  • Tree
  • List 55
  • 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
24306641125 main chore(deps): consolidate dependabot PRs and fix test compilation (#55) * chore(deps): consolidate dependabot PRs and fix rust compilation * chore(deps): limit requires-python to <3.14 to satisfy uv compilation push 12 Apr 2026 12:23PM UTC web-flow github
91.5
24306422601 main Eliminate GIL re-acquisition in sign_entry by porting LocalEd25519Provider to Rust (#35) * perf(kest-core/rust): eliminate GIL re-acquisition in sign_entry Implemented RustNativeIdentityProvider and RustEd25519Provider to allow for a GIL-free si... push 12 Apr 2026 12:10PM UTC web-flow github
91.5
24296652952 main chore(deps): consolidate dependabot PRs #48-#50 and switch to monthly schedule (#51) * chore(deps): consolidate dependabot PRs #48-#50 and switch to monthly schedule Consolidates all open dependabot dependency updates into a single PR and update... push 12 Apr 2026 02:18AM UTC web-flow github
91.38
24296304424 main chore(deps): group dependabot updates and update deps (#47) - configured dependabot groups to cluster PRs - updated dependencies across uv, npm and cargo ecosystem push 12 Apr 2026 01:57AM UTC web-flow github
91.38
24295987506 main perf(kest-core): optimize Passport cache invalidation and taint accumulation (#12) (#36) A-03-I: Replace O(n) list-snapshot comparison with O(1) integer version counter (_version / _cache_version) for parsed entries cache invalidation. Removes _e... push 12 Apr 2026 01:36AM UTC web-flow github
91.38
24287005017 main perf(kest-core): bound the signing thread pool in async_wrapper (A-01-I) (#34) - Replace asyncio.to_thread with loop.run_in_executor in async_wrapper. - Implement a module-level singleton ThreadPoolExecutor for signing. - Add KEST_SIGN_WORKERS en... push 11 Apr 2026 04:48PM UTC web-flow github
91.11
24286529711 main ⚡ [performance] optimize Rego package parsing in RegoLocalEngine (#33) Replaced the line-splitting loop in `RegoLocalEngine._parse_package` with a pre-compiled regular expression. `splitlines()` and iterating through every line to find the packag... push 11 Apr 2026 04:22PM UTC web-flow github
90.97
24286294412 main chore: consolidated dependency updates from Dependabot PRs #17-#31 (#32) push 11 Apr 2026 04:08PM UTC web-flow github
90.96
24285977602 main chore(deps): bump github/codeql-action from 3.35.1 to 4.35.1 (#26) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.35.1 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](http... push 11 Apr 2026 03:50PM UTC web-flow github
90.96
24285849144 main chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 (#15) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits... push 11 Apr 2026 03:43PM UTC web-flow github
90.96
See All Builds (95)
  • 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