elegant-florist-94385
02/07/2025, 7:08 PMpants test. Since the stack can be slow to set up, I want to add a step in my CI where I use pants --changed-since=origin/main --changed-dependents=transitive list to check if there even are any tests to run. If not, I can skip even bothering to bring up the stack.
The only problem: I would still like to have my coverage report (there's a CI step where it writes it out to the PR), just to help all the devs keep track of it, even if there wouldn't have been any changes.
I suppose one option would be to just run pants test src/integration/:: and assume the tests will all "pass" due to caching, and then I'll have my coverage report.
But I wanted to ask: is there some more straightforward way to get the coverage reportwide-midnight-78598
02/07/2025, 8:59 PMelegant-florist-94385
02/07/2025, 9:00 PMwide-midnight-78598
02/07/2025, 9:01 PMwide-midnight-78598
02/07/2025, 9:02 PMwide-midnight-78598
02/07/2025, 9:03 PMelegant-florist-94385
02/07/2025, 9:17 PMwide-midnight-78598
02/07/2025, 9:51 PM