Run Swift tests with coverage
Runs Swift tests with optional coverage reporting and filtering capabilities.
/plugin marketplace add pluginagentmarketplace/custom-plugin-swift/plugin install swift-assistant@pluginagentmarketplace-swiftRun Swift tests with code coverage reporting.
/swift-test
/swift-test --coverage
/swift-test --parallel
/swift-test UserServiceTests
--coverage - Generate coverage report--parallel - Run tests in parallel--filter - Filter tests by name--retry - Retry failed tests