Below you will find pages that utilize the taxonomy term “Rajeev-Chaurasia”
August 21, 2026
Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.3.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Acquit is a GitHub Action that automatically skips tests on pull requests it determines are not affected by the changes. It uses static analysis of import statements to build a dependency graph and identifies which tests can be skipped, providing a machine-checkable witness for each skip. If Acquit cannot determine if a test is safe, it falls back to running the full suite. The tool has been tested on real history and provides an out-of-the-box share of 5.1% across multiple repositories.
August 19, 2026
Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Acquit is a GitHub Action that uses dependency analysis and static checks to skip affected tests on pull requests, providing evidence for skips. It aims to reduce test suite execution time by skipping tests that cannot be proven safe based on import statements alone, while still running the full suite in cases where Acquit cannot reason about a PR’s impact.
August 11, 2026
Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Acquit analyzes a repository’s dependency graph and selectively skips tests that are not affected by changes in the pull request. It uses static analysis to determine which tests can be skipped, ensuring only potentially unsafe changes are included in the test suite. The action is designed to improve build times and reduce unnecessary testing in large codebases.