-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Correctness
-
Fully Compatible
-
2024-10-29, 2024-11-12
0% coverage uploads (and wasted time) coming from archive_dist_test_debug:
We are sniffing for gcno/gcda sort of files to see if we should collect and upload coverage. Maybe we need something better to look for.
The script is run in tasks outside of the codecoverage build variants, but there is definitely no .gcno data there, so the early return on those should still be well-behaved. It's just the misc tasks in the coverage variants that could short circuit if we optimize.