Skip to content

Commit

Permalink
fix: initial release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: initial release
  • Loading branch information
daniel-makerx committed Jun 6, 2023
1 parent 8519a98 commit 1cdd35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AlgoKit Python client generator
# AlgoKit Python client generator

This project generates a type-safe smart contract client in Python for the Algorand Blockchain that wraps the
[application client](https://algorandfoundation.github.io/algokit-utils-py/html/apidocs/algokit_utils/algokit_utils.html#algokit_utils.ApplicationClient) in
Expand Down

1 comment on commit 1cdd35a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit_client_generator
   __main__.py220%1–3
   cli.py47470%1–81
   document.py82890%44, 47, 49–50, 55, 69, 74–75
   generator.py459699%22, 117, 263, 787, 961, 976
   utils.py1031288%24, 41–42, 44, 46, 48, 50, 52, 55–56, 77, 106
TOTAL8257591% 

Tests Skipped Failures Errors Time
35 0 💤 0 ❌ 0 🔥 24.687s ⏱️

Please sign in to comment.