Skip to content

feat: allow codec decode to be asynchronous - #80

Open
Mastersam07 wants to merge 7 commits into
devfrom
feat/async-decode
Open

feat: allow codec decode to be asynchronous#80
Mastersam07 wants to merge 7 commits into
devfrom
feat/async-decode

Conversation

@Mastersam07

Copy link
Copy Markdown
Owner

closes #64

@codecov

codecov Bot commented Aug 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.66%. Comparing base (5ae2d36) to head (588176f).
⚠️ Report is 10 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #80   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          43       43           
  Lines        2380     2396   +16     
=======================================
+ Hits         2372     2388   +16     
  Misses          8        8           
Flag Coverage Δ
kaisel 99.66% <100.00%> (+<0.01%) ⬆️
kaisel_core 99.66% <100.00%> (+<0.01%) ⬆️
kaisel_devtools 99.66% <100.00%> (+<0.01%) ⬆️
kaisel_lint 99.66% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: make KaiselConfigCodec.decode return FutureOr so deep-link resolution can be async

1 participant