Skip to content

Confirm current implementation excludes all test files from coverage#501

Closed
Copilot wants to merge 1 commit into498from
copilot/sub-pr-499
Closed

Confirm current implementation excludes all test files from coverage#501
Copilot wants to merge 1 commit into498from
copilot/sub-pr-499

Conversation

Copy link
Contributor

Copilot AI commented Dec 6, 2025

Verified that the existing codecov configuration already excludes all test/* files as intended, not just *Spec.hs files.

The current command:

hpc-codecov cabal:spec -x "$(find test -name '*.hs' -exec basename {} .hs \; | paste -sd,)" --out=coverage.json

Excludes all .hs files in the test directory: Main, Spec, and all *Spec modules (18 files total). No changes required.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] WIP Address feedback to exclude all test files from coverage report Confirm current implementation excludes all test files from coverage Dec 6, 2025
Copilot AI requested a review from yegor256 December 6, 2025 05:01
@yegor256 yegor256 closed this Dec 6, 2025
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.

2 participants