SwiftCov
SwiftCov copied to clipboard
A tool to generate test code coverage information for Swift.
Related: https://github.com/realm/SwiftCov/pull/52 Actual results: https://codecov.io/github/realm/SwiftCov?ref=9fd3abf88b2d7144b3cf8022f3de1f4ff1ce21f0
I want to know why SwiftCov does not work in travis and what needs to be done to fix it.
Hello, We tried installing swiftCov by following ways : 1. Clone swiftCov 2. Make Install when we do "make install" we are getting following errors: CompileSwift normal x86_64 /Users/rahulgoel/Desktop/Swift_Cov/SwiftCov/Carthage/Checkouts/Box/Box/Box.swift CompileSwift...
What was the activity? - Executed the swiftcov Command from command line, it's executed successfully and provide following logs:. ``` Generate test code coverage files Loading build settings... Generating code...
Are there any plans to support xcworkspace? i have project that uses cocoapods so for it to compile it needs to compile from xcworkspace
Hello. After running the utility I receive the following output: ``` Testing failed: Linker command failed with exit code 1 (use -v to see invocation) ** TEST FAILED ** The...
It would be nice to be able to install SwiftCov using hombrew.
``` $ swiftcov -h Unrecognized command: '-h'. See `swiftcov help`. $ swiftcov help Available commands: generate Generate test code coverage files for your Swift tests help Display general or command-specific...