Hive
Support test coverage analysis when running tests selectively
GitHub issue · Open
Source
tuist/tuist #8820
Updated
Jun 11, 2026
Domains
CLI
Why is this needed?
Test coverage tools assume you always run all the tests. However, that’s not the case with selective testing, where only a subset of them run. Therefore, there’s value in us providing coverage data taking into account the tests that have been selected.
fortmarek
Dec 3, 2025
we have a dashboard that tracks coverage per module per branch but main is the only one that provides “true” coverage for the whole module since we run tests for the entire module there. prior to selective testing we also had a bot that would hit the metrics server and grab the diff to main and post it as a comment, but that’s useless ever since enabling selective testing.