Skip to content

feat(CT-44): Add coverage reporting for Rust contract test suites - #181

Merged
Qoder-Voidd merged 4 commits into
Akazajan:mainfrom
Timrossid:fix/ct-44-coverage-reporting
Jul 28, 2026
Merged

feat(CT-44): Add coverage reporting for Rust contract test suites#181
Qoder-Voidd merged 4 commits into
Akazajan:mainfrom
Timrossid:fix/ct-44-coverage-reporting

Conversation

@Timrossid

Copy link
Copy Markdown
Contributor

Summary

Adds code coverage reporting for Rust contract test suites, both locally and in CI.

Changes

  • CI: Added Coverage Report job using grcov with llvm-profiling
  • scripts/coverage.sh: Local coverage generation supporting tarpaulin and grcov engines
  • scripts/coverage.ps1: Windows PowerShell coverage support

Acceptance Criteria

  • Coverage results are generated for contract tests
  • Coverage reports are stored/surfaced in CI (uploaded as artifacts)
  • Team can use reports to guide future work

Closes #123

- Add coverage CI job using grcov with llvm-profiling
- Create scripts/coverage.sh for local coverage generation (tarpaulin/grcov engines)
- Create scripts/coverage.ps1 for Windows PowerShell coverage support
- Upload coverage artifacts in CI for developer review
- Optionally push to Coveralls when COVERALLS_REPO_TOKEN is set

Closes Akazajan#123
@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@Timrossid Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Qoder-Voidd Qoder-Voidd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Qoder-Voidd
Qoder-Voidd merged commit ca527a6 into Akazajan:main Jul 28, 2026
1 of 7 checks passed
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.

CT-44 — Add coverage reporting for Rust contract test suites

2 participants