Skip to content

Allow disabling test discovery#3089

Open
rburchell wants to merge 1 commit intocatchorg:develfrom
rburchell:rburchell/allow-disabling-test-discovery
Open

Allow disabling test discovery#3089
rburchell wants to merge 1 commit intocatchorg:develfrom
rburchell:rburchell/allow-disabling-test-discovery

Conversation

@rburchell
Copy link
Copy Markdown

Description

In some contexts, discovery might not be wanted, for example:

  • if there are a large number of test binaries, link times can grow unbounded
  • if the test binaries are prone to crashing due to some odd build configuration

Add a new opt-in way to do this by setting the discovery mode to "DISABLED".

GitHub Issues

n/a

In some contexts, discovery might not be wanted, for example:
- if there are a large number of test binaries, link times can grow unbounded
- if the test binaries are prone to crashing due to some odd build configuration

Add a new opt-in way to do this by setting the discovery mode to "DISABLED".
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.38%. Comparing base (e83218c) to head (e4eb35d).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #3089   +/-   ##
=======================================
  Coverage   91.38%   91.38%           
=======================================
  Files         204      204           
  Lines        8916     8916           
=======================================
  Hits         8147     8147           
  Misses        769      769           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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