Coveralls plugin for fastlane
I’ve just published a fastlane plugin that sends Xcode code coverage to Coveralls and its depending library xccoveralls that also works as standalone command line tool.
xcode
I’ve just published a fastlane plugin that sends Xcode code coverage to Coveralls and its depending library xccoveralls that also works as standalone command line tool.
INSTALL_BUNDLE
, value as 1
for Debug configuration.
if [ $INSTALL_BUNDLE == 1 ]; then
...