Skip to content

Feat python api#34

Merged
DennisLent merged 20 commits intomainfrom
feat-python-api
Aug 20, 2025
Merged

Feat python api#34
DennisLent merged 20 commits intomainfrom
feat-python-api

Conversation

@DennisLent
Copy link
Owner

  • Added python api
  • Updated the actions
  • More tests
  • Fixes for minor issues
  • Rewrite of readme

@codecov
Copy link

codecov bot commented Aug 20, 2025

Codecov Report

❌ Patch coverage is 19.31034% with 117 lines in your changes missing coverage. Please review.
✅ Project coverage is 36.53%. Comparing base (753be28) to head (1edeca2).
⚠️ Report is 21 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/game.rs 12.04% 73 Missing ⚠️
crates/commands/src/lib.rs 38.63% 27 Missing ⚠️
crates/py/src/lib.rs 0.00% 12 Missing ⚠️
crates/cli/src/read.rs 0.00% 2 Missing ⚠️
crates/core/src/utils/errors.rs 0.00% 2 Missing ⚠️
crates/gui/src/gui.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   36.02%   36.53%   +0.51%     
==========================================
  Files          21       22       +1     
  Lines        1413     1497      +84     
==========================================
+ Hits          509      547      +38     
- Misses        904      950      +46     
Flag Coverage Δ
rust 36.53% <19.31%> (+0.51%) ⬆️

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.

@DennisLent DennisLent merged commit 747cdf0 into main Aug 20, 2025
9 of 10 checks passed
@DennisLent DennisLent deleted the feat-python-api branch August 20, 2025 14:28
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.

General: Final structure, versioning and distribution Python: Provide Python bindings for the Rust core engine

1 participant