Skip to content

Conversation

@vdusek
Copy link
Contributor

@vdusek vdusek commented Dec 10, 2025

Description

  • TBD

Issues

Testing

  • TBD

@vdusek vdusek self-assigned this Dec 10, 2025
@vdusek vdusek added the t-tooling Issues with this label are in the ownership of the tooling team. label Dec 10, 2025
@github-actions github-actions bot added this to the 129th sprint - Tooling team milestone Dec 10, 2025
@vdusek vdusek changed the title refactor!: Add fully typed clients refactor!: Introduce fully typed clients [WIP] Dec 10, 2025
@vdusek vdusek force-pushed the typed-clients branch 2 times, most recently from e470329 to 64a173b Compare December 17, 2025 12:18
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

❌ Patch coverage is 91.47490% with 163 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.02%. Comparing base (54f4cb1) to head (e7558ef).

Files with missing lines Patch % Lines
src/apify_client/_resource_clients/run.py 66.10% 20 Missing ⚠️
src/apify_client/_resource_clients/task.py 31.81% 15 Missing ⚠️
src/apify_client/_resource_clients/build.py 42.85% 12 Missing ⚠️
src/apify_client/_resource_clients/schedule.py 36.84% 12 Missing ⚠️
src/apify_client/_resource_clients/user.py 69.23% 12 Missing ⚠️
src/apify_client/_resource_clients/webhook.py 36.84% 12 Missing ⚠️
src/apify_client/_resource_clients/actor.py 74.28% 9 Missing ⚠️
...rc/apify_client/_resource_clients/actor_env_var.py 33.33% 8 Missing ⚠️
...rc/apify_client/_resource_clients/actor_version.py 46.66% 8 Missing ⚠️
src/apify_client/_resource_clients/dataset.py 75.00% 8 Missing ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #554      +/-   ##
==========================================
+ Coverage   76.01%   85.02%   +9.01%     
==========================================
  Files          42       41       -1     
  Lines        2468     3866    +1398     
==========================================
+ Hits         1876     3287    +1411     
+ Misses        592      579      -13     
Flag Coverage Δ
integration 83.54% <91.10%> (+14.58%) ⬆️
unit 74.34% <85.19%> (+9.75%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce fully typed client Write integration tests

2 participants