Skip to content

Add information about targeted tests to RC file

When we run tests for a patch, we want to know whether or not testing that patch triggered any specific tests for the paths modified by that patch. This will help us figure out which parts of the source code lack coverage (because patches for that don't trigger specific tests, just generic tests that we always run).

Ask: should it really run in the lint stage? What happens when run for baseline tests, simply patch_urls is empty?

Ref. FASTMOVING-1360

Edited by Esteban Manchado Velázquez

Merge request reports