Skip to content

ci(gha): added test coverage reporting - #2

Merged
aadil96 merged 1 commit into
mainfrom
ci/add-coverage
Nov 19, 2025
Merged

ci(gha): added test coverage reporting#2
aadil96 merged 1 commit into
mainfrom
ci/add-coverage

Conversation

@aadil96

@aadil96 aadil96 commented Nov 19, 2025

Copy link
Copy Markdown
Owner

No description provided.

@what-the-diff

what-the-diff Bot commented Nov 19, 2025

Copy link
Copy Markdown

PR Summary

  • Enhancements to GitHub Actions Workflow
    The workflow now includes a new step to run tests with an additional feature to measure and understand which parts of the code are being tested. This helps to identify any code that is not being covered by tests. This information will be uploaded, creating a summary badge that can be seen on GitHub for a quick understanding of test coverage. It also now features a step to add a comment in the pull request with the results of this operation.

  • New Files Added for Test Coverage Data

    Two new files have been included:

    1. .coverage: This stores data related to test coverage.
    2. coverage.xml: This is a detailed report in XML format providing information about the extent of code that our tests are covering.
  • Updated Project Configuration

    The pyproject.toml file, which contains project configuration details, has been modified to include a specific tool for test coverage. This new tool is essential for the enhanced testing and coverage operations introduced in this pull request.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
. 99% 0
Summary 99% (136 / 138) 0

@aadil96
aadil96 merged commit 38c6173 into main Nov 19, 2025
3 of 4 checks passed
@aadil96
aadil96 deleted the ci/add-coverage branch November 19, 2025 16:25
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.

1 participant