文件名称:测试代码生产工具SwiftCov.zip
文件大小:59KB
文件格式:ZIP
更新时间:2022-08-06 22:00:20
开源项目
SwiftCov 是一个可以产生 Swift 测试代码覆盖信息的工具。 用法:$ swiftcov helpAvailable commands: generate Generate test code coverage files for your Swift tests help Display general or command-specific help version Display the current version of SwiftCov怎样运行实例项目:$ make install $ cd Examples/ExampleFramework/ $ swiftcov generate --output coverage_ios \ xcodebuild test \ -project ExampleFramework.xcodeproj \ -scheme ExampleFramework-iOS \ -sdk iphonesimulator \ -configuration Release 标签:SwiftCov
【文件预览】:
SwiftCov-master
----Cartfile.resolved(138B)
----.gitmodules(498B)
----Carthage()
--------Checkouts()
----swiftcov.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(38KB)
--------xcshareddata()
----SwiftCov.xcworkspace()
--------contents.xcworkspacedata(441B)
----LICENSE(1KB)
----Cartfile.private(76B)
----Gemfile(52B)
----Gemfile.lock(206B)
----Examples()
--------ExampleFramework()
----.gitignore(272B)
----circle.yml(401B)
----CHANGELOG.md(372B)
----Source()
--------SwiftCovFrameworkTests()
--------SwiftCovFramework()
--------swiftcov()
----Makefile(2KB)
----README.md(6KB)
----script()
--------bootstrap(759B)
--------extract-tool(231B)
--------cibuild(18B)
--------check-xcode-version(330B)
--------LICENSE.md(1KB)
--------README.md(3KB)