ci: add code coverage reporting via Codecov and Tarpaulin#410
ci: add code coverage reporting via Codecov and Tarpaulin#410Francis6-git wants to merge 2 commits intoLabsCrypt:mainfrom
Conversation
|
hey, main was failing CI from broken auth imports + frontend parse errors. fixed and pushed to main now. please rebase to pick up the fixes: git fetch upstream
git rebase upstream/main
git push --force-with-leaseif there's a conflict, resolve it locally and we'll review once CI is green. |
Conflict resolved |
|
hey, main CI is fully green now. there were several real TypeScript and test issues from #444's merge that have all been fixed. please rebase one more time: git fetch upstream
git rebase upstream/main
git push --force-with-leaseyour PR's diff should be much cleaner after this rebase since main now has the canonical versions of cancel.ts, sorobanService.ts, and the withdraw test. |
Description:
This PR addresses Issue #344 by implementing comprehensive code coverage reporting across the stack and preserves the WASM optimization workflow required for Stellar/Soroban deployments.
Key Changes
CLoses #344