Zach Olbrys
09/20/2023, 7:25 PMkoverVerify
without running tests (they'll be run earlier in the pipeline I am building as it's own stage).
Reason is: I want tests failing to indicate a failure on the test stage. If they pass then we can check unit test coverage separately, etc.
Right now I am running the tests twice which isn't breaking anything, but takes extra time that I don't want to spend if possible!